summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/898909-1.svg
blob: 8a70cd7b8d127c28704cefd4cf787cfd00207db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg" requiredFeatures="foo">

  <text id="t" />

  <script>
    window.addEventListener("load", function() {
      document.getElementById("t").getComputedTextLength();
    }, false);
  </script>

</svg>