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