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-3.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG with invalid mask-image (image-set())</title>
<link rel="match" href="reference/mask-image-ref.html">
<style>
svg > rect {
/* Single invalid mask layer: Mask is ignored. */
}
</style>
<p>The test passes if there is a green square and no red below.</p>
<svg height="200">
<rect width="200" height="200" fill="green"/>
</svg>