Bug 1859059 - increase chunk number for windows debug mochitest-browser-chrome jobs...
[gecko.git] / layout / svg / crashtests / 732836-1.svg
bloba9abb46668c75a1a3631848fa9884fd2ffca6b88
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
3 <symbol id="z">
4 <use xlink:href="data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' id='root' /&gt;#root" />
5 </symbol>
7 <use id="a" xlink:href="#z" width="20"/>
9 <script>
10 window.addEventListener("load", function() {
11 window.scrollByPages(0);
12 document.getElementById("a").removeAttribute("width");
13 document.elementFromPoint(0, 0);
14 }, false);
15 </script>
17 </svg>