haikuwebkit/LayoutTests/fast/parser/fragment-foreign-content.html

11 lines
392 B
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.