Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/svg/crashtests/crashtests.list
<!--
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>