blob: 7aa3cb3171787fc1527fd77b9d62859b4004d2a9 [file] [log] [blame]
<head>
<title>Multiple equals-signs are accepted.</title>
<meta name="viewport" content="width====3000">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">