summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/fragment-foreign-content-misnested.html
blob: b90c1660953c79ff99db71477535e2993978e22d (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
        
    function test()
    {
        document.body.innerHTML += "<svg><br>";
    }
</script>
<body onload="test()">
Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=55982">https://bugs.webkit.org/show_bug.cgi?id=55982</a>. Verify that WebKit does not ASSERT when an invalid start tag is encountered while the parser's insertion mode is InForeignContentMode.