blob: c4efc88b1933160a8977d1864ac090303b300d72 [file] [log] [blame]
kenneth@webkit.org8a9df012010-09-13 10:37:28 +00001<head>
2 <title>Empty property name not allowed ("== width=400")</title>
3 <meta name="viewport" content="== width=400">
4 <script>
5 function test() {
rniwa@webkit.org224c8b52012-08-04 01:13:22 +00006 if (window.testRunner) {
7 testRunner.dumpAsText();
commit-queue@webkit.org3e466982013-10-28 16:15:45 +00008 alert(internals.configurationForViewport(1, 320, 480, 320, 352));
kenneth@webkit.org8a9df012010-09-13 10:37:28 +00009 }
10 }
11 </script>
12</head>
13<body onload="test();">