summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/scalex-1-ref.html
blob: b95fa2a46e8acc51ae9e80a15e37af52799ca6a8 (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: 50px;
      height: 100px;
      margin-left: 25px;
    }
  </style>
</head>
<body>
  <div>
  </div>
</body>
</html>