layout/svg/crashtests/328137-1.svg

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:1212ea4a9168
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <svg xmlns="http://www.w3.org/2000/svg">
4
5 <script>
6
7
8 function init()
9 {
10 x = document.getElementsByTagName("stop");
11 x[0].appendChild(x[1]);
12 }
13
14
15 window.addEventListener("load", init, false);
16
17 </script>
18
19 <radialGradient>
20 <stop/>
21 <stop/>
22 </radialGradient>
23
24 </svg>

mercurial