blob: ba8335873d254e66cad25c0e61d3b0173edefb16 [file] [log] [blame]
<!DOCTYPE html>
<title>Reference</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com">
<style>
.box {
width: 100px;
height: 100px;
background-color: grey;
overflow: auto;
}
.item {
width: 150px;
height: 50px;
}
</style>
<p>The test passes if you see a grey square below and only the horizontal scrollbar is visible.</p>
<div class="box"><div class="item"></div></div>