Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / device-adapt / viewport-width-not-affecting-next-page.html
blobe97884a164746e877ca1c97a737da7ee27a7e5af
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Test: viewport 'width' descriptor does not affect contents width of next loaded page.</title>
5 <link rel="author" title="Mikhail Pozdnyakov" href="mailto:mikhail.pozdnyakov@intel.com" />
6 <style type="text/css">
7 @viewport {
8 width: 300px;
10 </style>
11 <script type="text/javascript">
12 if (window.testRunner) {
13 testRunner.dumpAsText();
14 testRunner.waitUntilDone();
17 function onLoad() {
18 window.location = "resources/check-contents-width.html";
20 </script>
21 </head>
22 <body onload="onLoad()"/>
23 </html>