Files
tubestation/layout/reftests/async-scrolling/sticky-pos-scrollable-3-ref.html
Botond Ballo 01cab5f1f6 Bug 1316101 - Avoid excessive clamping in StickyScrollContainer::GetScrollRanges(). r=mstange
Excessive clamping can cause incorrect behaviour in the presence of negative
margins.

MozReview-Commit-ID: AkQEqcQpAxx
2016-11-14 19:01:37 -05:00

19 lines
292 B
HTML

<!DOCTYPE html>
<html>
<style>
#header {
position: fixed;
top: 0;
}
#header > div {
border: solid blue 2px;
height: 100px;
width: 100px;
}
</style>
<div id="section">
<div id="header">
<div></div>
</div>
</div>
</html>