blob: 26b4b6927e9b2b0cfcd08efe0c725fe4b90b0506 [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;
}
.item {
width: 50px;
height: 150px;
}
</style>
<p>The test passes if you see a grey square below and only the vertical scrollbar is visible.</p>
<div class="box"><div class="item"></div></div>