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