blob: 0e79b4b946512d5aa62362c98fb72f992c54e946 [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(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">