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