Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / fragment-foreign-content.html
blobc946effdada2bc9b3df55dc0382aa5c63a12a2da
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
5 function test()
7 document.body.innerHTML += "<svg />";
9 </script>
10 <body onload="test()">
11 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.