blob: 21978ee568861f8f05184bad1e725acfd857fae7 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 200px;
height: 200px;
background: green;
will-change: transform;
position: absolute;
-webkit-mask-image: linear-gradient(45deg, black, transparent);
}
</style>
You should see no red.
<div></div>