<!DOCTYPE html><metacharset="UTF-8"><title>CSS Reftest Reference</title><linkrel="author"title="Gérard Talbot"href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"><style>div.scrolling-container{height:150px;margin-bottom:30px;overflow-y:hidden;position:static;white-space:nowrap;width:250px;}div.horizontal-spacer-200{display:inline-block;height:100%;width:200px;}div.sticky{background-color:green;display:inline-block;height:100px;position:relative;vertical-align:top;width:100px;}div#first-sticky{left:0px;}div#second-sticky{left:50px;}div#third-sticky{left:100px;}</style><bodyonload="document.getElementById("first-scrolling-container").scrollLeft = 50; document.getElementById("second-scrolling-container").scrollLeft = 150; document.getElementById("third-scrolling-container").scrollLeft = 300;"><p>Test passes if there are 3 filled green squares and <strong>no red</strong>.<divid="first-scrolling-container"class="scrolling-container"><divclass="horizontal-spacer-200"></div><divid="first-sticky"class="sticky"></div><divclass="horizontal-spacer-200"></div></div><divid="second-scrolling-container"class="scrolling-container"><divclass="horizontal-spacer-200"></div><divid="second-sticky"class="sticky"></div><divclass="horizontal-spacer-200"></div></div><divid="third-scrolling-container"class="scrolling-container"><divclass="horizontal-spacer-200"></div><divid="third-sticky"class="sticky"></div><divclass="horizontal-spacer-200"></div></div>