Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1429411.html
blob79b878a6db5bef9fe86cf8eb35c9a4594b480575
1 <!DOCTYPE html>
2 <html lang="en">
3 <meta charset="utf-8">
4 <style>
6 .outer {
7 position: absolute;
8 margin-top: 3px;
9 margin-left: 3px;
10 width: 200px;
11 height: 150px;
12 overflow: hidden;
14 .inner {
15 position: absolute;
16 margin-top: -3px;
17 margin-left: -3px;
18 width: 200px;
19 height: 150px;
20 box-shadow: blue 3px 3px 20px inset;
23 </style>
25 <div class="outer">
26 <div class="inner"></div>
27 </div>