<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();"> |