blob: 524ce230f44418980aa51f5f169d4d597c827d5b [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
if (window.layoutTestController)
layoutTestController.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>