blob: 34db34d48bfae7abe107ae86e759ee4509b9425d [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.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">