tenfourfox/dom/svg/crashtests/369291-2.svg

20 lines
348 B
XML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml"
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>