blob: 2f6bc40fd3002d46747e05fd7878aed7c7c5e80d [file] [log] [blame]
<head>
<title>Viewport Meta with "width=device-width".</title>
<meta name="viewport" content="width=device-width">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">