2 var svgElement
= document
.createElementNS("http://www.w3.org/2000/svg", "svg");
3 svgElement
.appendChild(document
.createElement("div")).insertAdjacentHTML("beforeBegin", "</p>");
6 testRunner
.dumpAsText();
8 <p>This test passes if it doesn't crash.
</p>