chromium/third_party/blink/web_tests/fast/parser/fragment-foreign-content.html

<script>
    if (window.testRunner)
        testRunner.dumpAsText();
        
    function test()
    {
        document.body.innerHTML += "<svg />";
    }
</script>
<body onload="test()">
Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=55697">https://bugs.webkit.org/show_bug.cgi?id=55697</a>. Verify that WebKit does not ASSERT when the root node of a fragment is foreign content.