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/877029-1.svg
<!--
Check that we don't crash due to an nsSVGMarkerFrame having a null
mMarkedFrame and incorrectly calling GetCanvasTM() on the nsSVGMarkerFrame.
-->
<marker><text>a</text></marker>
<script>
document.querySelector("text").getComputedTextLength();
</script>
</svg>