<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();"> |