summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/xhtml-document-with-html-object.xhtml
blob: 25370991911118422c09447c085c0c4d6a065c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>