OLD | NEW |
1 <head> | 1 <head> |
2 <title>Viewport, MobileOptimized Meta.</title> | 2 <title>MobileOptimized Meta with "176".</title> |
3 <meta name="viewport" content="width=300"> | |
4 <meta name="MobileOptimized" content="176"> | 3 <meta name="MobileOptimized" content="176"> |
5 <script> | 4 <script> |
6 function test() { | 5 function test() { |
7 if (window.testRunner) { | 6 if (window.testRunner) { |
8 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
9 alert(internals.viewportAsText(document, 1, 320, 352)); | 8 alert(internals.viewportAsText(document, 1, 320, 352)); |
10 } | 9 } |
11 } | 10 } |
12 </script> | 11 </script> |
13 </head> | 12 </head> |
14 <body onload="test();"> | 13 <body onload="test();"> |
OLD | NEW |