wpt / svg / crashtests / chrome-bug-1371700.html

Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/crashtests/chrome-bug-1371700.html

<!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>