blob: e53714de0bb0b3c473dd35f9a0a59b2349b710ae [file] [log] [blame]
<head>
<title>Check that height is increased to fill the visual viewport.</title>
<meta name="viewport" content="width=3000, height=10, initial-scale=1.0">
<script>
function test() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">