no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / transform / compound-1a.html
blobce36c584221cd790f7047ffd454bd71ed6c447cb
1 <html>
2 <head>
3 <meta name="viewport" content="initial-scale=1">
4 <style type="text/css">
5 div.test
7 background-color: gold;
8 width:200px;
9 height:100px;
10 border: 1px solid black;
12 div
14 transform-origin: top left;
16 html
18 scrollbar-width: none;
20 </style>
21 </head>
22 <body>
23 <div style="position:relative; left:400px; top:200px;">
24 <div class="test" style="transform: translate(100px) scale(2) rotate(90deg) skew(15deg);">
25 </div>
26 </div>
27 </body>
28 </html>