<head> | |
<title>Multiple warnings and errors due to incorrect semicolon separators.</title> | |
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> | |
<script> | |
function test() { | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
alert(internals.configurationForViewport(1, 320, 480, 320, 352)); | |
} | |
} | |
</script> | |
</head> | |
<body onload="test();"> |