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