blob: b9edf424268ebcf9e11d429c52ef242ed7f82eee [file] [log] [blame]
<head>
<title>Viewport META with "maximum-scale=0.1, minimum-scale=10".</title>
<meta name="viewport" content="maximum-scale=0.1, minimum-scale=10">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">