Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1086723.html
blob05ac2d7d89d6f628e5801851bd2f9c9139a934a5
1 <!DOCTYPE HTML>
2 <html reftest-async-scroll reftest-async-scroll-x="0" reftest-async-scroll-y="2000">
3 <head>
4 <meta charset="utf-8">
5 <title>Testcase for bug 1086723</title>
6 <style type="text/css">
7 .test_div {
8 position: fixed;
9 overflow: hidden;
10 background: blue;
11 width: 50%;
12 height: 50%;
13 border-radius: 0px 50% 50% 0px;
15 .filler {
16 height: 5000px;
18 body,html {
19 scrollbar-width: none;
21 </style>
22 </head>
23 <body>
24 <div class="test_div"></div>
25 <div class="filler"></div>
26 </body>
27 </html>