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