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