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/dom/svg/crashtests/369291-2.svg
<svg xmlns="http://www.w3.org/2000/svg"↩
onload="setTimeout(boom, 30);"↩
class="reftest-wait">↩
<html:script>↩
function boom()↩
{↩
document.getElementById("rect").getBBox();↩
document.documentElement.removeAttribute("class");↩
}↩
</html:script>↩
<rect id="rect" />↩
</svg>↩