Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1444904-ref.html
blobc41c1807964578875dd58d851c8aae099d39da2c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #box {
6 position: absolute;
7 top: 80px;
8 width: 20px;
9 height: 20px;
10 background: green;
12 </style>
13 </head>
15 <body style="height: 10000px;">
16 <div id="box"></div>
17 </body>
18 </html>