Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/svg/crashtests/367111-1.svg
onload="setTimeout(boom, 30);"
class="reftest-wait">
<html:script>
function boom()
{
document.getElementById("text").appendChild(document.getElementById("fo"));
document.documentElement.removeAttribute("class");
}
</html:script>
<defs>
<marker>
<text id="text">svg:text</text>
</marker>
</defs>
<foreignObject id="fo">
<p>HTML in a foreignObject</p>
</div>
</foreignObject>
</svg>