blob: 019a575005b8e0480368041a3b0864e3c9f5c314 [file] [log] [blame]
<head>
<title>Check that negative initial-scale is auto.</title>
<meta name="viewport" content="initial-scale=-1">
<script>
function test() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpConfigurationForViewport(320, 352);
}
}
</script>
</head>
<body onload="test();">