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