blob: c946effdada2bc9b3df55dc0382aa5c63a12a2da [file] [log] [blame]
<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.