blob: 5df71d3c903c2d5c20a067b7b1cbcc73e7ce312c [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This test checks whether WebKit can parse a page that contains &lt;object&gt; elements which are in nested and defective &lt;form&gt; elements. WebKit should not crash when it renders this page.</p>
<form><div></form><table><form><object></form><object>
<p>PASS</p>
</body>
</html>