summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/retained-dl-style-change-stacking-context-2-ref.html
blob: 056f0b2086e901366b2a42561916e24da4fd9417 (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 {
    left: 50px;
    width:100px;
    height:100px;
    display: inline-block;
    position: absolute;
    background-color: green;
  }
</style>
</head>
<body>
  <div></div>
</body>
</html>