Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Side by Side Diff: LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html

Issue 16209003: Unprefix the @viewport rule of CSS Device Adaptation spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Test: viewport 'width' descriptor does not affect contents width of next loaded page.</title> 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.pozdnyako v@intel.com" /> 5 <link rel="author" title="Mikhail Pozdnyakov" href="mailto:mikhail.pozdnyako v@intel.com" />
6 <style type="text/css"> 6 <style type="text/css">
7 @-webkit-viewport { 7 @viewport {
8 width: 300px; 8 width: 300px;
9 } 9 }
10 </style> 10 </style>
11 <script type="text/javascript"> 11 <script type="text/javascript">
12 if (window.testRunner) { 12 if (window.testRunner) {
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
14 testRunner.waitUntilDone(); 14 testRunner.waitUntilDone();
15 } 15 }
16 16
17 function onLoad() { 17 function onLoad() {
18 window.location = "resources/check-contents-width.html"; 18 window.location = "resources/check-contents-width.html";
19 } 19 }
20 </script> 20 </script>
21 </head> 21 </head>
22 <body onload="onLoad()"/> 22 <body onload="onLoad()"/>
23 </html> 23 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/device-adapt/viewport-properties-validation.html ('k') | Source/bindings/v8/custom/V8CSSRuleCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698