trisquel-icecat/icecat/testing/web-platform/tests/svg/crashtests/chrome-bug-1371700.html

10 lines
207 B
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>