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

Unified Diff: third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-user-scale.html

Issue 2461143002: Reconstrain zoom value to the [min-zoom, max-zoom] range before it used (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-user-scale.html
diff --git a/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-user-scale.html b/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-user-scale.html
new file mode 100644
index 0000000000000000000000000000000000000000..ea866707cb5871c0d049c716cd4b81a4bef84018
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-user-scale.html
@@ -0,0 +1,6 @@
+<head>
rune 2016/10/31 15:04:17 No need to use head or body tags, but you should u
+ <meta name="viewport" content="user-scalable=yes, maximum-scale=3, minimum-scale=1">
+</head>
+<body>
+ <div style="width:1000px;height:1000px">a</div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698