layout/svg/crashtests/344904-1.svg

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:8fb265d1f6f3
1 <svg xmlns="http://www.w3.org/2000/svg" onload="setTimeout(boom, 30);" class="reftest-wait">
2
3 <script>
4
5 function boom()
6 {
7 document.getElementById("m").setAttribute("stroke-miterlimit", 1);
8 document.documentElement.removeAttribute("class");
9 }
10
11 </script>
12
13
14 <marker>
15 <path id="m" />
16 </marker>
17
18
19 </svg>

mercurial