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