summaryrefslogtreecommitdiffstats
path: root/layout/reftests/web-animations/green-box.html
blob: 5f5b4d11fe3ccdb66b24863a2cdee53e072c76b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
  <head>
    <meta charset=utf-8>
    <title>Reference green box</title>
    <style>
      div {
        width: 100px;
        height: 100px;
        background: green;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>