Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/svg/crashtests/firefox-bug-1966754.html
<!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>