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