Bug 1859059 - increase chunk number for windows debug mochitest-browser-chrome jobs...
[gecko.git] / layout / svg / crashtests / 1223281-1.svg
blobb548a9a600c15e6f6dd0c445dc0800496f89bfdd
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script>
3 <![CDATA[
5 function forceFrameConstruction()
7 document.documentElement.getBoundingClientRect();
10 function boom()
12 document.documentElement.style.overflow = "scroll";
13 forceFrameConstruction()
14 document.documentElement.style.visibility = "visible";
17 window.addEventListener("load", boom, false);
19 ]]>
20 </script>
22 <rect style="perspective: 10em;" />
23 </svg>