blob: ddffffc8e6a9f766a37aef9fc07d25de80a7b401 [file] [log] [blame]
<head>
<title>Check that both width and height are increased to fill the visual viewport.</title>
<meta name="viewport" content="width=10, 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();">