haikuwebkit/LayoutTests/fast/viewport/viewport-56.html

14 lines
392 B
HTML

<head>
<title>Check that negative initial-scale is auto.</title>
<meta name="viewport" content="initial-scale=-1">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">