tenfourfox/layout/reftests/scrolling/uncovering-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

24 lines
321 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
body {
width: 1500px;
overflow: hidden;
}
div#bottom {
position: fixed;
left: 0;
top: 0;
height: 200px;
width: 200px;
background: green;
}
</style>
</head>
<body>
<div id="bottom"></div>
<div style="width:600px; height:100px; background:pink;"></div>
</body>
</html>