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/813420-1.svg
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
<svg id="i" style="mask: url(&quot;#none&quot;);">
<marker id="markerEnd"/><polygon marker-end="url(#markerEnd)" points="250,150 200,150"/>
</svg>
<script>
window.addEventListener("MozReftestInvalidate", function() {
document.getElementById("i").style.mask = "url(#none)";
document.documentElement.removeAttribute("class");
}, false);
</script>
</svg>