no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / gfx / tests / reftest / 1149923.html
blobec5f777ad34073ddf44abbe8a239c8de469ab198
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 will-change: transform;
21 border-top-left-radius: 10%;
22 border-bottom-left-radius: 10%;
24 </style>
25 </head>
26 <body>
27 <div id='outer'><div id='inner'></div></div>
28 </body>
29 </html>