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