1523776-ref.html (570B)
1 <style> 2 html, body { 3 margin: 0; 4 } 5 </style> 6 <div style="filter: drop-shadow(50px 50px 20px red)"> 7 <div style="width:256px; height:256px; border-radius:16px; overflow:hidden"> 8 <div style="width:256px; height:256px; background-color:green;"></div> 9 </div> 10 </div> 11 <!-- add white divs on top to simulate the clip from the test file --> 12 <div style="background-color: white; position:absolute; left: 0; top: 0; width: 100px; height: 700px"></div> 13 <div style="background-color: white; position:absolute; left: 0; top: 0; width: 700px; height: 100px"></div>