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/firefox-bug-1928736-crash.html - WPT Dashboard Interop Dashboard
<style>
input:in-range {
mask-image: url(#a);
}
* {
zoom: 32%;
}
</style>
<canvas id="a"></canvas>
<input type="range">