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