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

Unified Diff: LayoutTests/fast/viewport/viewport-46-expected.txt

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/fast/viewport/viewport-46-expected.txt
diff --git a/LayoutTests/fast/viewport/viewport-46-expected.txt b/LayoutTests/fast/viewport/viewport-46-expected.txt
index 7452a012a214c75f4dd7505b5fa1165d0e4ac49b..5a171aee8354030eba1ffb6feb509f763ab3e35d 100644
--- a/LayoutTests/fast/viewport/viewport-46-expected.txt
+++ b/LayoutTests/fast/viewport/viewport-46-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: line 3: Viewport maximum-scale cannot be larger than 10.0. The maximum-scale will be set to 10.0.
-CONSOLE MESSAGE: line 3: Viewport maximum-scale cannot be larger than 10.0. The maximum-scale will be set to 10.0.
-CONSOLE MESSAGE: line 3: Viewport maximum-scale cannot be larger than 10.0. The maximum-scale will be set to 10.0.
+CONSOLE MESSAGE: line 3: The value "11" for property "minimum-scale" is out of bounds and the value has been clamped.
+CONSOLE MESSAGE: line 3: The value "13" for property "maximum-scale" is out of bounds and the value has been clamped.
+CONSOLE MESSAGE: line 3: The value "12" for property "initial-scale" is out of bounds and the value has been clamped.
ALERT: viewport size 32x35.2 scale 10 with limits [10, 10] and userScalable true

Powered by Google App Engine
This is Rietveld 408576698