https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 79902b22437236e6c717e39e4913ff105f9d8810 authored by Agi Sferro on 06 July 2020, 16:04:21 UTC
Bug 1647078 - Fix unit tests and checkstyle. r=snorp,esawin a=RyanVM
Tip revision: 79902b2
877029-1.svg
<!--
  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>
back to top