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