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

Unified Diff: Source/web/tests/data/viewport-2x-initial-scale-non-user-scalable.html

Issue 53053002: [Android WebView] Add a legacy quirk for 'user-scalable=no' case (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved min/max scale reset under the quirk condition, rebased Created 7 years, 1 month 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: Source/web/tests/data/viewport-2x-initial-scale-non-user-scalable.html
diff --git a/Source/web/tests/data/viewport-2x-initial-scale-non-user-scalable.html b/Source/web/tests/data/viewport-2x-initial-scale-non-user-scalable.html
new file mode 100644
index 0000000000000000000000000000000000000000..6421c850935357bb23c93059c4c008a46ffca6d5
--- /dev/null
+++ b/Source/web/tests/data/viewport-2x-initial-scale-non-user-scalable.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <meta name='viewport' content='initial-scale=2,user-scalable=no' />
+ </head>
+ <body>
+ A page with the viewport set to 2x scale, non user-scalable.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698