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