Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / loading / promote-img-in-viewport-priority.html
index 4084f32..a8fc0d1 100644 (file)
     </head>
     <body>
         <div style="width: 100%">
-           <img src="../misc/resources/image-slow.pl"/>
+           <img style="width: 10px; height: 10px" src="../misc/resources/image-slow.pl"/>
+           <img style="width: 20px; height: 10px" src="../misc/resources/image-slow.pl"/>
         </div>
         <div style="height: 99999px; width: 100%" id="view_div"></div>
         <div style="width: 100%">
-          <img src="../misc/resources/image-slow-out-of-viewport.pl">
+          <img style="width: 10px; height: 10px" src="../misc/resources/image-slow-out-of-viewport.pl">
+        </div>
+        <script>
+        document.body.offsetTop; // Force a layout.
+        </script>
+        <div style="width: 100%">
+           <img src="../misc/resources/image-slow.pl"/>
         </div>
         <script>
         document.body.offsetTop; // Force a layout.