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