summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/876831-1.svg
blob: 6b6c01f9e7fa357b56d7bbf712e5e75522c8f8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<svg xmlns="http://www.w3.org/2000/svg">

<script>

function boom()
{
    var x = document.getElementById("x").firstChild;
    x.data = x.data.slice(1);
    document.caretPositionFromPoint(0, 0);
}

window.addEventListener("load", boom, false);

</script>

<text><tspan id="x">@&#x062A;</tspan></text>

</svg>