blob: c591a7f9735a4426b4ce9458721fac21a83270c6 [file] [log] [blame]
<head>
<title>Viewport Meta with "height=device-height".</title>
<meta name="viewport" content="height=device-height">
<script>
function test() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpConfigurationForViewport(320, 352);
}
}
</script>
</head>
<body onload="test();">