| 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 </script> | 6 </script> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <p>This test checks whether WebKit can parse a page that contains <object&g
t; elements which are in nested and defective <form> elements. WebKit shou
ld not crash when it renders this page.</p> | 9 <p>This test checks whether WebKit can parse a page that contains <object&g
t; elements which are in nested and defective <form> elements. WebKit shou
ld not crash when it renders this page.</p> |
| 10 | 10 |
| 11 <form><div></form><table><form><object></form><object> | 11 <form><div></form><table><form><object></form><object> |
| 12 <p>PASS</p> | 12 <p>PASS</p> |
| 13 </body> | 13 </body> |
| 14 </html> | 14 </html> |
| OLD | NEW |