Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1523776-ref.html
blob3f57f8df244a9f4e377766c0f5e1e0983669a553
1 <style>
2 html, body {
3 margin: 0;
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>