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/1223281-1.svg
<script>
<![CDATA[
function forceFrameConstruction()
{
document.documentElement.getBoundingClientRect();
}
function boom()
{
document.documentElement.style.overflow = "scroll";
forceFrameConstruction()
document.documentElement.style.visibility = "visible";
}
window.addEventListener("load", boom, false);
]]>
</script>
<rect style="perspective: 10em;" />
</svg>