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