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