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

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: fix for comments and html format Created 4 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: 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..5f6445b97e0cc5d373e0e6bd7166022af7cbd942
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-user-scale.html
@@ -0,0 +1,4 @@
+<!DOCTYPE HTML>
+
rune 2016/10/31 22:24:24 No need for an empty line.
+<meta name="viewport" content="user-scalable=yes, maximum-scale=3, minimum-scale=1">
+<div style="width:1000px;height:1000px">a</div>

Powered by Google App Engine
This is Rietveld 408576698