blob: 56344c84e005e0c6189a77382a6352b2151248a4 [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(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">