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