Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/layout/svg/crashtests/885608-1.svg
<mask id="m"><text id="t">z</text></mask>
<rect width="600" height="400" mask="url(#m)"/>
<script>
window.addEventListener("load", function() {
document.getElementById("t").firstChild.data = "ab";
}, false);
</script>
</svg>