Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1523776.html
blob76a666763df2652dc8c40c5cd87db08c6786bbb1
1 <style>
2 html, body {
3 margin: 0;
5 </style>
6 <div style="clip: rect(100px,1000px,1000px,100px); position:absolute">
7 <div style="filter: drop-shadow(50px 50px 20px red)">
8 <div style="width:256px; height:256px; border-radius:16px; overflow:hidden">
9 <div style="width:256px; height:256px; background-color:green;"></div>
10 </div>
11 </div>
12 </div>