blob: eb1dde6b2803ae7757aaee388f252b8b08e88e73 [file] [edit]
<head>
<title>Check that unrecognized keyword translate to 0 for height.</title>
<meta name="viewport" content="height=y20">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">