Files
tubestation/layout/reftests/async-scrolling/position-fixed-inside-sticky-2-ref.html
Botond Ballo 1a9c6f928a Bug 1288210 - Reftest. r=mstange
MozReview-Commit-ID: I15roRN3X0A
2016-06-29 18:26:15 -04:00

21 lines
273 B
HTML

<!DOCTYPE html>
<html>
<style>
body {
height: 4000px;
margin: 0;
overflow: hidden;
}
#fixed {
position: fixed;
top: 50px;
left: 50px;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 1px solid blue;
}
</style>
<div id="fixed"></div>
</html>