blob: e6567c73f5af2d04b630255761fc4d560205856d [file] [log] [blame]
<head>
<title>'.' and ':' are not separators</title>
<meta name="viewport" content=".=: width=400">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">