Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1696439-1-ref.html
blobd98885f59739dd8992777e8145b5a0676b80f93a
1 <html>
2 <head>
3 <style>
4 .circle {
5 width: 140px;
6 height: 140px;
7 border-radius: 70px;
8 background: green;
10 </style>
11 </head>
12 <body>
13 <div class="circle"></div>
14 </body>
15 </html>