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