no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / transform / scale-percent-1-ref.html
blobe5923793b623e5f8d355e9af25059c5edf652075
1 <html>
2 <head>
3 <style>
4 body { margin: 0px; }
5 div {
6 background: green;
7 width: 100px;
8 height: 100px;
9 transform: scale(0.5, 0.75);
11 </style>
12 </head>
13 <body>
14 <div>
15 </div>
16 </body>
17 </html>