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