gecko-dev/layout/reftests/async-scrolling/sticky-pos-scrollable-2-ref.html
Botond Ballo 4df075436c Bug 1293125 - Work around a layout issue that causes StickyScrollContainer::GetScrollRanges() to compute malformed rects. r=mstange
MozReview-Commit-ID: IClxdc8tfBh

--HG--
extra : rebase_source : 1be980c68b93244b1cf910335f3693c682c2ba22
2016-10-07 19:31:14 -04:00

19 lines
231 B
HTML

<!DOCTYPE html>
<html>
<style>
body {
margin: 0;
height: 4000px;
overflow: hidden;
}
div {
background: blue;
width: 200px;
height: 200px;
margin-top: 300px;
position: sticky;
bottom: 100px;
}
</style>
<div></div>