OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <link rel="stylesheet" href="resources/default.css"> | 3 <link rel="stylesheet" href="resources/default.css"> |
4 <script type="text/javascript"> | 4 <script type="text/javascript"> |
5 if (window.testRunner) | 5 if (window.testRunner) |
6 testRunner.dumpAsTextWithPixelResults(); | 6 testRunner.dumpAsTextWithPixelResults(); |
7 function runTest() | 7 function runTest() |
8 { | 8 { |
9 document.getElementById('iframe').contentWindow.scrollTo(200, 200); | 9 document.getElementById('iframe').contentWindow.scrollTo(200, 200); |
10 } | 10 } |
11 </script> | 11 </script> |
12 </head> | 12 </head> |
13 <body onload="runTest()"> | 13 <body onload="runTest()"> |
14 <!-- You should 3 non-overlapping rectangle (from left to right): a green, a
yellow and a blue. --> | 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> | 15 <iframe id="iframe" src="resources/iframe-outer.html"></iframe> |
16 </body> | 16 </body> |
17 </html> | 17 </html> |
OLD | NEW |