Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1149923-ref.html
blob46625a786da2e302ec8f60f6ae1a7def882da39e
1 <!DOCTYPE html>
2 <html>
4 <head>
5 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
6 <meta charset="utf-8">
7 <title>Testcase for bug 1149923</title>
8 <style>
9 #outer {
10 width: 64px;
11 height: 64px;
12 background-color: #00f;
13 opacity: 1.0;
14 transform: rotate(90deg);
16 #inner {
17 width: 100%;
18 height: 100%;
19 background-color: #f00;
20 border-top-left-radius: 10%;
21 border-bottom-left-radius: 10%;
23 </style>
24 </head>
25 <body>
26 <div id='outer'><div id='inner'></div></div>
27 </body>
28 </html>