Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-masking/mask-image/bad-mask-image-svg.html
<!DOCTYPE html> <meta charset="utf-8"> <title>SVG with invalid mask-images</title> <link rel="help" href="https://drafts.fxtf.org/css-masking-1/#the-mask-image"> <link rel="match" href="about:blank"> <style> svg > rect { /* Multiple invalid mask layers: all invalid, SVG element should be fully masked. */ mask-image: url("invalid://nonexistent"), url("invalid://nonexistent"); } </style> <svg> <rect width="50" height="100" fill="green" /> </svg>
/css/css-masking/mask-image/about:blank
Failed to load source: wpt.live returned HTTP 404 Not Found for https://raw.githubusercontent.com/web-platform-tests/wpt/a95401e4e06351eb1e15f0e15cf50abf08fa545f/css/css-masking/mask-image/about:blank