blob: 3ccaebbe0b07e8af39ff9949f4165f781a5a38ed [file] [log] [blame]
<head>
<title>Height recognized in "height width=400"</title>
<meta name="viewport" content="height width=400">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">