summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/square.html
blob: 2f6e4950bc65dcca67e1d9022bb745517fa76194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <head>
    <style>
      div {
        background: green;
        width: 100px;
        height: 100px;
      }
      span {
        background: yellow;
        width: 50px;
      }
    </style>
  </head>
  <body>
    <div>
      <span></span>
    </div>
  </body>
</html>