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