Bug 1692937 [wpt PR 27636] - new parameter --include-file for wptrunner, a=testonly
[gecko.git] / layout / svg / crashtests / 791826-1.svg
blobf42261a3adcbc3fdf002cdcb13258918a099c12e
1 <svg xmlns="http://www.w3.org/2000/svg" style="position: fixed;">
2 <script>
3 <![CDATA[
5 function boom()
7 document.documentElement.setAttribute("preserveAspectRatio", "_");
10 window.addEventListener("load", boom, false);
12 ]]>
13 </script>
14 </svg>