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-1238412.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:2; column-fill:auto; height:60px;">
<svg viewBox="0 0 480 360">
<g>
<defs>
<path id="Red100" d="M 0 0 L 0 150 L 150 0 z"></path>
<filter id="xor" x="0" y="0" width="1" height="1">
<feImage href="#Red100" result="red"></feImage>
</filter>
</defs>
<g>
<rect x="0" y="0" width="150" height="150" filter="url(#xor)"></rect>
</g>
</g>
</svg>
</div>