gecko-dev/layout/reftests/bugs/1179288-1.html
Robert O'Callahan 23fec6ad97 Bug 1179288. Make position:fixed induce a stacking context. r=heycam
--HG--
extra : commitid : 7QaxW4IWItK
extra : rebase_source : 33cc2889181a70d662757c0a93a4d1438ffb3573
2015-08-17 11:02:54 +12:00

7 lines
291 B
HTML

<!DOCTYPE HTML>
<body>
<div style="position:fixed; left:0; top:0">
<div style="position:absolute; z-index:2; left:0; top:0; width:100px; height:100px; background:red"></div>
</div>
<div style="position:absolute; z-index:1; left:0; top:0; width:100px; height:100px; background:lime"></div>