blob: 58b1d2d3079935d4c8748c8dab8506c366bf97a7 [file] [log] [blame]
<!DOCTYPE html>
<style>
#scroller {
height: 200px;
overflow: scroll;
}
#wrapper {
margin-top: 100px;
width: 200px;
height: 200px;
background: green;
}
</style>
<p>Test passes if there is <strong>no red</strong>.</p>
<div id="scroller">
<div id="wrapper">
</div>