summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/scaley-1.html
blob: b909fbad795a67fb6f4496a580b55d3d6f9e3678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
  <style>
    body { margin: 0px; }
    div {
      background: green;
      width: 100px;
      height: 100px;
      -moz-transform: scaley(0.5);
    }
  </style>
</head>
<body>
  <div>
  </div>
</body>
</html>