kenneth@webkit.org | 8a9df01 | 2010-09-13 10:37:28 +0000 | [diff] [blame] | 1 | <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.org | 224c8b5 | 2012-08-04 01:13:22 +0000 | [diff] [blame] | 6 | if (window.testRunner) { |
| 7 | testRunner.dumpAsText(); |
commit-queue@webkit.org | 3e46698 | 2013-10-28 16:15:45 +0000 | [diff] [blame] | 8 | alert(internals.configurationForViewport(1, 320, 480, 320, 352)); |
kenneth@webkit.org | 8a9df01 | 2010-09-13 10:37:28 +0000 | [diff] [blame] | 9 | } |
| 10 | } |
| 11 | </script> |
| 12 | </head> |
| 13 | <body onload="test();"> |