summaryrefslogtreecommitdiffstats
path: root/layout/reftests/z-index/480053-1.html
blob: 03ef8b815fd37b3fa61a75566641b544a21ae1c4 (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"></div>
</body>
</html>