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

Unified Diff: third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-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-no-user-scale.html
diff --git a/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-user-scale.html b/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-user-scale.html
index cccfeaea6941635022756ff8dd51b014eee64241..01ecd6539d74767df73c9b96d55d6d0786fa9bf3 100644
--- a/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-user-scale.html
+++ b/third_party/WebKit/Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-user-scale.html
@@ -1,4 +1,6 @@
<head>
rune 2016/10/31 15:04:17 You should make this <!DOCTYPE html> and remove he
- <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=3, minimum-scale=1">
+ <meta name="viewport" content="user-scalable=no, maximum-scale=3, minimum-scale=1">
</head>
-<body></body>
+<body>
+ <div style="width:1000px;height:1000px">a</div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698