layout/svg/crashtests/881031-1.svg

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:00bf3ee92e7e
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script>
3
4 function boom()
5 {
6 var svgText = document.getElementById("t");
7 svgText.firstChild.data = "C";
8 svgText.appendChild(document.createTextNode("D"));
9 document.caretPositionFromPoint(0, 0);
10 }
11 window.addEventListener("load", boom, false);
12
13 </script>
14 <text id="t">A</text>
15 </svg>

mercurial