| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>CSS Test: viewport 'width' descriptor does not affect contents width of next loaded page.</title> |
| <link rel="author" title="Mikhail Pozdnyakov" href="mailto:mikhail.pozdnyakov@intel.com" /> |
| <style type="text/css"> |
| @-webkit-viewport { |
| width: 300px; |
| } |
| </style> |
| <script type="text/javascript"> |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitUntilDone(); |
| } |
| |
| function onLoad() { |
| window.location = "resources/check-contents-width.html"; |
| } |
| </script> |
| </head> |
| <body onload="onLoad()"/> |
| </html> |