summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/1533317-1-ref.html
blob: 989dde6dc859aa1cab47eaac91a5e9c73a95e131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <style>
    div {
      width: 400px;
      height: 200px;
      background-color: green;
    }

    </style>
  </head>
  <body>
      <div></div>
  </body>
</html>