Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/chrome-bug-1371700.html - WPT Dashboard Interop Dashboard
<!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>