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

Unified Diff: LayoutTests/css3/device-adapt/opera/cascading-001.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/css3/device-adapt/opera/cascading-002.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/device-adapt/opera/cascading-001.html
diff --git a/LayoutTests/css3/device-adapt/opera/cascading-001.html b/LayoutTests/css3/device-adapt/opera/cascading-001.html
index 396cc14358e3f297a9606c3326b6faf27d90f1da..4a77741e3c6a74849d8eac2104fba59afeeffaba 100644
--- a/LayoutTests/css3/device-adapt/opera/cascading-001.html
+++ b/LayoutTests/css3/device-adapt/opera/cascading-001.html
@@ -14,7 +14,7 @@
html, body, #test { width: 100%; height: 100%; }
#log { padding: 1em; display: none; }
/* Reset viewport values to initial values to ignore UA stylesheet. */
- @-webkit-viewport {
+ @viewport {
width: auto;
height: auto;
zoom: auto;
@@ -27,7 +27,7 @@
</style>
<style type="text/css">
/* CSS for the test below. */
- @-webkit-viewport { width: 300px; width: 500px }
+ @viewport { width: 300px; width: 500px }
/* Set root element font-size to something different from the initial
font-size to make sure 'rem' and 'em' for @viewport is based on the
initial font-size, not the root element font-size. */
« no previous file with comments | « no previous file | LayoutTests/css3/device-adapt/opera/cascading-002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698