OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 function test() | 4 function test() |
5 { | 5 { |
6 document.getElementsByTagName("iframe")[0].src = ""; | 6 document.getElementsByTagName("iframe")[0].src = ""; |
7 if (window.layoutTestController) | 7 if (window.layoutTestController) |
8 layoutTestController.dumpAsText(); | 8 layoutTestController.dumpAsText(); |
9 } | 9 } |
10 </script> | 10 </script> |
(...skipping 14 matching lines...) Expand all Loading... | |
25 } | 25 } |
26 </style> | 26 </style> |
27 <div class='control'></div> | 27 <div class='control'></div> |
28 <div> | 28 <div> |
29 <span></span><span> | 29 <span></span><span> |
30 </div> | 30 </div> |
31 <span> | 31 <span> |
32 "></iframe> | 32 "></iframe> |
33 </body> | 33 </body> |
34 </html> | 34 </html> |
OLD | NEW |