summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/crashtests/chrome-bug-1371700.html
blob: e1a13305c4319505af0ebab2ae6f497f81b14b46 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<p>This test should not crash.</p>
<svg id="svgvar00001">
  <clipPath>
    <image xlink:href="#nothing" onerror="foo()"/>
  </clipPath>
</svg>
<svg>
  <use xlink:href="#svgvar00001"/>
</svg>