blob: 5b8b01b484561530f1d6767cb98a1724480eac9d [file] [log] [blame]
<head>
<title>Viewport META with "height=700, initial-scale=1.6".</title>
<meta name="viewport" content="height=700, initial-scale=1.6">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">