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