| OLD | NEW |
| (Empty) |
| 1 <html> | |
| 2 <head> | |
| 3 <script> | |
| 4 function test() | |
| 5 { | |
| 6 if (window.layoutTestController) | |
| 7 layoutTestController.dumpAsText(); | |
| 8 document.getElementById("result").firstChild.data = 'SUCCESS!'; | |
| 9 } | |
| 10 </script> | |
| 11 </head> | |
| 12 <body onload="test()"> | |
| 13 <div id="result">FAILED!</div> | |
| 14 <!-- The following malformed (!) lines mustn't crash the renderer --> | |
| 15 <div><blockQuote><ruby><i><noBR><form><input type=file></i></div> | |
| 16 <div><ruby <table >\x0e</div> | |
| 17 <div><ruby <table >\x0e<i</div> | |
| 18 <div><samp><ruby <s<hr</samp></div> | |
| 19 <div><samp><ruby <s<r<blockQuote</samp></div> | |
| 20 <div><samp><ruby <s<hr<blockQuote</samp></div> | |
| 21 </body> | |
| 22 </html> | |
| OLD | NEW |