blob: a7d1620c2407a251084075e868705bc4c341e5e1 [file] [log] [blame]
<head>
<title>Check that comma is a valid separator (space before).</title>
<meta name="viewport" content="width=100 ,initial-scale=1">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">