Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-masking/mask-image/bad-mask-image-svg.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG with invalid mask-images</title>
<link rel="match" href="about:blank">
<style>
svg > rect {
/* Multiple invalid mask layers: all invalid, SVG element should be fully masked. */
}
</style>
<svg>
<rect width="50" height="100" fill="green" />
</svg>