summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/1453541-ref.html
blob: a920976907b88df89b33ee0630d8e8567be7baa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>

<div id="empty" style="position:fixed; z-index: 4; left:200px; top:200px; width: 0px">
  <div style="position:fixed; width:400px; height: 400px; background-color:green"></div>
</div>
<div style="width:400px; height: 400px; background-color:blue"></div>

</body>
</html>