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

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: for rune's nit 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-user-scale-control.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b8eabec49b93914e7075c8a83d217eb088957199
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-user-scale.html
@@ -0,0 +1,3 @@
+<!DOCTYPE HTML>
+<meta name="viewport" content="user-scalable=yes, maximum-scale=3, minimum-scale=1">
+<div style="width:1000px;height:1000px">a</div>
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-user-scale-control.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698