summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/scaley-1-ref.html
blob: 58a01d195820aec7f92241a9e01ca4082fa21934 (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: 50px;
      margin-top: 25px;
    }
  </style>
</head>
<body>
  <div>
  </div>
</body>
</html>