blob: b748306ba6780edf17ffe229348081f12265367c [file] [log] [blame]
<head>
<title>Check that semi-colon is not a valid separator (no spaces).</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();">