layout/svg/crashtests/876831-1.svg

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:71a22c95f3c5
1 <svg xmlns="http://www.w3.org/2000/svg">
2
3 <script>
4
5 function boom()
6 {
7 var x = document.getElementById("x").firstChild;
8 x.data = x.data.slice(1);
9 document.caretPositionFromPoint(0, 0);
10 }
11
12 window.addEventListener("load", boom, false);
13
14 </script>
15
16 <text><tspan id="x">@&#x062A;</tspan></text>
17
18 </svg>

mercurial