blob: 9e389a8bae61c21e799efa45ff52aaa3e6930567 [file] [log] [blame]
<head>
<title>Comma separator terminates empty value.</title>
<meta name="viewport" content="width=,height=480">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">