blob: c4efc88b1933160a8977d1864ac090303b300d72 [file] [log] [blame]
<head>
<title>Empty property name not allowed ("== width=400")</title>
<meta name="viewport" content="== width=400">
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
alert(internals.configurationForViewport(1, 320, 480, 320, 352));
}
}
</script>
</head>
<body onload="test();">