Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / loading / resources / promote-img-in-viewport-priority-iframe.html
blobe70a1589de8f172cf3cb7d17de9765c0bd1430ce
1 <!DOCTYPE html>
2 <div style="width: 100%">
3 <img style="width: 10px; height: 10px" src="../../misc/resources/image-slow.pl"/>
4 <img style="width: 20px; height: 10px" src="../../misc/resources/image-slow.pl"/>
5 </div>
6 <div style="height: 99999px; width: 100%" id="view_div"></div>
7 <div style="width: 100%">
8 <img style="width: 10px; height: 10px" src="../../misc/resources/image-slow-out-of-viewport.pl">
9 </div>
10 <script>
11 document.body.offsetTop; // Force a layout.
12 </script>
13 <div style="width: 100%">
14 <img src="../../misc/resources/image-slow.pl"/>
15 </div>
16 <script>
17 document.body.offsetTop; // Force a layout.
18 </script>