<svg xmlns="http://www.w3.org/2000/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>