OLD | NEW |
1 <html> | 1 <html> |
2 <body onload="runTest()"> | 2 <body onload="runTest()"> |
3 Test passes if it does not crash. | 3 Test passes if it does not crash. |
4 <div style="width: 15px;"> | 4 <div style="width: 15px;"> |
5 <script> | 5 <script> |
6 if (window.layoutTestController) | 6 if (window.layoutTestController) |
7 layoutTestController.dumpAsText(); | 7 layoutTestController.dumpAsText(); |
8 | 8 |
9 function runTest() | 9 function runTest() |
10 { | 10 { |
(...skipping 12 matching lines...) Expand all Loading... |
23 <div id="test1"> | 23 <div id="test1"> |
24 <img style="float: left" height="1px"> | 24 <img style="float: left" height="1px"> |
25 </div> | 25 </div> |
26 <div id="test2"> | 26 <div id="test2"> |
27 <a><p>P A S S</p> | 27 <a><p>P A S S</p> |
28 </div> | 28 </div> |
29 </div> | 29 </div> |
30 </div> | 30 </div> |
31 </body> | 31 </body> |
32 </html> | 32 </html> |
OLD | NEW |