gecko-dev/layout/svg/crashtests/877029-1.svg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 строки
323 B
XML
Исходник Обычный вид История

<!--
Check that we don't crash due to an nsSVGMarkerFrame having a null
mMarkedFrame and incorrectly calling GetCanvasTM() on the nsSVGMarkerFrame.
-->
<svg xmlns="http://www.w3.org/2000/svg">
<marker><text>a</text></marker>
<script>
document.querySelector("text").getComputedTextLength();
</script>
</svg>