<!doctype html>
<style>
#mask {
-webkit-mask-image: url(broken.png);
background: red;
height: 100px;
width: 100px;
will-change: transform;
}
</style>
Passes if there is no red.
<div id=mask></div>
<!doctype html>
<style>
#mask {
-webkit-mask-image: url(broken.png);
background: red;
height: 100px;
width: 100px;
will-change: transform;
}
</style>
Passes if there is no red.
<div id=mask></div>