Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/firefox-bug-1966754.html - WPT Dashboard Interop Dashboard
<!doctype html>
<body>
<svg>
<filter id="crash" x="0" y="0" width="400px" height="400px">
<feColorMatrix in="SourceGraphic" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0"></feColorMatrix>
<feGaussianBlur stdDeviation="4"></feGaussianBlur>
</filter>
<rect width="100" height="100" filter="url(#crash)"/>
</svg>
</body>