| <head> | |
| <title>Check that ';' is included in keyword</title> | |
| <meta name="viewport" content="width=device-width;"> | |
| <script> | |
| function test() { | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352)); | |
| } | |
| } | |
| </script> | |
| </head> | |
| <body onload="test();"> |