blob: 551ba4d96fb572aad5752451083002592d6c812f [file] [log] [blame]
<head>
<title>Viewport META with "minimum-scale=8, maximum-scale=9".</title>
<meta name="viewport" content="minimum-scale=8, maximum-scale=9">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.viewportAsText(document, 1, 320, 352));
}
}
</script>
</head>
<body onload="test();">