blob: 633a4ce35424cb3595754ab209ce58e8c5e2295a [file] [log] [blame]
<head>
<title>Check that an explicit yes to user-scalable is 1.0.</title>
<meta name="viewport" content="width=device-width, user-scalable=yes">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">