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

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: 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-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..97c1e5cd08c35af539457dbc270f52e4ff8ebd21 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,4 @@
-<head>
- <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=3, minimum-scale=1">
-</head>
-<body></body>
+<!DOCTYPE HTML>
+
rune 2016/10/31 22:24:24 No empty line.
+<meta name="viewport" content="user-scalable=no, maximum-scale=3, minimum-scale=1">
+<div style="width:1000px;height:1000px">a</div>

Powered by Google App Engine
This is Rietveld 408576698