OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 if (window.testRunner) { | 4 if (window.testRunner) { |
5 window.testRunner.dumpAsText(); | 5 window.testRunner.dumpAsText(); |
6 window.testRunner.dumpChildFramesAsText(); | 6 window.testRunner.dumpChildFramesAsText(); |
7 testRunner.waitUntilDone(); | 7 testRunner.waitUntilDone(); |
8 window.testRunner.addUserStyleSheet("#thinger { display:none; }", false); | 8 window.testRunner.addUserStyleSheet("#thinger { display:none; }", false); |
9 } | 9 } |
10 </script> | 10 </script> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 2 thingers should appear on this page. Otherwise the test has failed. | 13 2 thingers should appear on this page. Otherwise the test has failed. |
14 <Div id="thinger">thinger</div> | 14 <Div id="thinger">thinger</div> |
15 <iframe src="resources/frame1.html"></iframe> | 15 <iframe src="resources/frame1.html"></iframe> |
16 </body> | 16 </body> |
17 </html> | 17 </html> |
OLD | NEW |