layout/svg/crashtests/732836-1.svg

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:6ee7d819009d
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
2
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>
6
7 <use id="a" xlink:href="#z" width="20"/>
8
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>
16
17 </svg>

mercurial