Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / nested-iframe-scroll-outer.html
blob1549005632db97d8456ef380fc455f7066cd795c
1 <html>
2 <head>
3 <link rel="stylesheet" href="resources/default.css">
4 <script type="text/javascript">
5 if (window.testRunner)
6 testRunner.dumpAsTextWithPixelResults();
7 function runTest()
9 document.getElementById('iframe').contentWindow.scrollTo(200, 200);
11 </script>
12 </head>
13 <body onload="runTest()">
14 <!-- You should 3 non-overlapping rectangle (from left to right): a green, a yellow and a blue. -->
15 <iframe id="iframe" src="resources/iframe-outer.html"></iframe>
16 </body>
17 </html>