blob: bfc7d783a34a2c11b5aa31b796a88be37d5383cf [file] [edit]
<style>
body {
margin: 0px;
}
div {
background-color: green;
min-height: -webkit-fill-available;
height: 100px;
width: 100px;
}
</style>
<!-- PASS if the box does expand all the way to the bottom of viewport -->
<div></div>