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

14 lines
394 B
HTML

<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();">