tenfourfox/layout/svg/crashtests/876831-1.svg
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
310 B
XML

<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>