blob: 25370991911118422c09447c085c0c4d6a065c56 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This tests that having an object tag with a html (or xhtml) document doesn't assert if there is whitespace between the opening and closing node.</p>
<p>SUCCESS - didn't crash!</p>
<object data="data:text/html,">
</object>
</body>
</html>