blob: 52b108c5922e6a4d1ac58e4d89fae9e44f4825eb [file] [log] [blame]
<!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>