Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1463802-ref.html
blob840263e493dcc85ab355eedafcd2470f4e519623
1 <!DOCTYPE html>
2 <html><head>
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
4 <title>Clock</title>
5 <style type="text/css">
6 * {
7 box-sizing: border-box !important;
9 .inner {
10 width: 100%;
11 height: 100%;
12 background: white;
13 border-radius: 100%;
14 box-shadow: 0px 0px 18px black inset;
16 </style>
17 </head>
18 <body>
19 <div style="width: 588px; height: 588px; padding: 26px;">
20 <div class="inner"></div>
21 </div>
22 </body></html>