layout/svg/crashtests/326974-1.svg

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:7e44586318b4
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <svg xmlns="http://www.w3.org/2000/svg">
4
5 <script>
6
7 function init() {
8 var n2 = document.getElementById("n2");
9 var n3 = document.getElementById("n3");
10
11 n2.appendChild(n3);
12 }
13
14 window.addEventListener("load", init, false);
15
16 </script>
17
18
19 <g id="n2">
20 <text id="n3" />
21 </g>
22
23 </svg>

mercurial