summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/scaley-ref.html
blob: bbee44c13c1952785a52accb20f7f19b33d9641e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
 <head>
  <title>CSS Reference File</title>
  <style type="text/css">
     .container {
          position: absolute;
          height: 200px;
          width: 100px;
          background-color:green;
          margin-top: 150px;
      }
  </style>

 </head>
 <body>
  <p>You should see only 1 green area.</p>
  <div class="container">
  </div>
</body>
</html>