blob: a0794d802d05f14a48029226d1766594e308013e [file] [log] [blame]
<head>
<title>Check that width is increased to fill the visual viewport.</title>
<meta name="viewport" content="width=10, height=3000, initial-scale=1.0">
<script>
function test() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpConfigurationForViewport(320, 352);
}
}
</script>
</head>
<body onload="test();">