blob: 5e11d4e595df44df60d0a62b595a448cd5ada9c5 [file] [log] [blame]
<head>
<title>Viewport META with "minimum-scale=10, maximum-scale=1".</title>
<meta name="viewport" content="minimum-scale=10, maximum-scale=1">
<script>
function test() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpConfigurationForViewport(320, 352);
}
}
</script>
</head>
<body onload="test();">