| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.layoutTestController) | 4 if (window.layoutTestController) |
| 5 layoutTestController.dumpAsText(); | 5 layoutTestController.dumpAsText(); |
| 6 | 6 |
| 7 function finish() | 7 function finish() |
| 8 { | 8 { |
| 9 document.getElementById("result").innerHTML = "PASS"; | 9 document.getElementById("result").innerHTML = "PASS"; |
| 10 } | 10 } |
| 11 </script> | 11 </script> |
| 12 </head> | 12 </head> |
| 13 <body onload="finish()"> | 13 <body onload="finish()"> |
| 14 <div id="result"></div> | 14 <div id="result"></div> |
| 15 <textarea style="width: 100%" rows="100000000"></textarea> | 15 <textarea style="width: 100%" rows="100000000"></textarea> |
| 16 <object data="x" align="left"></object> | 16 <object data="x" align="left"></object> |
| 17 <textarea rows="100000000"></textarea> | 17 <textarea rows="100000000"></textarea> |
| 18 </body> | 18 </body> |
| 19 </html> | 19 </html> |
| 20 | 20 |
| OLD | NEW |