зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
425 B
XML
25 строки
425 B
XML
|
<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>
|
||
|
|