blob: f375d6b2b38c9043a74e1b4807dfc013267a40ff [file] [log] [blame]
<head>
<title>Check that negative height is translated to auto.</title>
<meta name="viewport" content="height=-1.5">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">