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