Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/svg/crashtests/876831-1.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>