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