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