summaryrefslogtreecommitdiffstats
path: root/layout/reftests/z-index/480053-1-ref.html
blob: c6c8782a5939d1ddfffcae5e516f99a02bf4adeb (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html>
<body>
<div style="overflow:scroll; width:300px; height:100px; background-color:lime;"></div>
<div style="background-color:yellow; width:300px; height:100px; margin-top:-50px; position:relative; z-index:1;"></div>
</body>
</html>