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