1 <div>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=56380">https://bugs.webkit.org/show_bug.cgi?id=
56380</a>. Verify that WebKit does not ASSERT when a fragment with a foreign content context element is parsed.
</div>
4 testRunner
.dumpAsText();
6 var svgElement
= document
.createElementNS("http://www.w3.org/2000/svg", "svg");
7 document
.body
.appendChild(svgElement
);
8 svgElement
.appendChild(document
.createElement("div")).insertAdjacentHTML("beforeBegin", "<div>");