summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/873806-1.svg
blob: e40aff201b782bc7b1208524dfda728c43e6411e (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg">
  <foreignObject requiredFeatures="fail">
    <svg>
      <text>a</text>
    </svg>
  </foreignObject>
  <script>
    document.querySelector("text").getBBox();
  </script>
</svg>