summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/scale-percent-1-ref.html
blob: 78c05acc54733a9e90d2fac460a2c688d8b3a443 (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: scale(0.5, 0.75);
    }
  </style>
</head>
<body>
  <div>
  </div>
</body>
</html>