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.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Invalid mask-image URL</title>
<link rel="match" href="about:blank">
<style>
.bad-mask {
/* This invalid mask-image should fully-mask this element. */
}
</style>
<p class="bad-mask">Invalid mask-image</p>