summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/retained-dl-style-change-stacking-context-1-ref.html
blob: 1d3268403031824916c513dd95cf57919f2fdf68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<style>
  body {
    margin: 0px;
  }
  div {
    width:200px;
    height:200px;
    display: inline-block;
    position: absolute;
  }
</style>
</head>
<body>
  <div style="background-color:green"></div>
</body>
</html>