<head> | |
<title>Colon is not an assignment operator</title> | |
<meta name="viewport" content="width:680"> | |
<script> | |
function test() { | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
alert(internals.configurationForViewport(1, 320, 480, 320, 352)); | |
} | |
} | |
</script> | |
</head> | |
<body onload="test();"> |