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