blob: 730897f5fc5fb7ec89767cee46298908acefe72d [file] [log] [blame]
<head>
<title>Check that minimum-scale=no is 0.</title>
<meta name="viewport" content="minimum-scale=no, initial-scale=0">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">