Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-masking
/
mask-image
/
firefox-bug-1928736-crash.html
blob: 56c4c6e371e683b015c6ccf1261ee19b09d3da89 [
file
] [
edit
]
<style>
input
:
in-range
{
mask-image
:
url
(
#a
);
}
*
{
zoom
:
32%
;
}
</style>
<canvas
id
=
"a"
></canvas>
<input
type
=
"range"
>