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

Unified Diff: LayoutTests/css3/device-adapt/viewport-properties-validation.html

Issue 15734030: Remove support for device-width|height for @viewport rule according to spec change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed comment 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
Index: LayoutTests/css3/device-adapt/viewport-properties-validation.html
diff --git a/LayoutTests/css3/device-adapt/viewport-properties-validation.html b/LayoutTests/css3/device-adapt/viewport-properties-validation.html
index 86e757eb68d53b81a09346e875e0e68dc1a1fddf..08abbeba4d49943163bf87dea06b40aa40db54ab 100644
--- a/LayoutTests/css3/device-adapt/viewport-properties-validation.html
+++ b/LayoutTests/css3/device-adapt/viewport-properties-validation.html
@@ -158,8 +158,6 @@
"@viewport {" +
" min-width: 50%;" +
" max-width: 100px;" +
- " min-height: device-width;" +
- " max-height: device-height;" +
" min-zoom: 50%;" +
" max-zoom: 0.5;" +
" orientation: landscape;" +
@@ -182,8 +180,6 @@
test(function() {
assert_equals(rules.item(9).cssText,
"@viewport {" +
- " min-width: device-width;" +
- " max-width: device-height;" +
" min-height: 500px;" +
" max-height: 50%;" +
" min-zoom: 0.5;" +

Powered by Google App Engine
This is Rietveld 408576698