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

Unified Diff: Source/web/tests/data/resize_scroll_minimum_scale.html

Issue 405263002: Base new scale on minimum-scale after orientation change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bring back contentsSize != 0 check Created 6 years, 5 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
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/resize_scroll_minimum_scale.html
diff --git a/Source/web/tests/data/resize_scroll_minimum_scale.html b/Source/web/tests/data/resize_scroll_minimum_scale.html
new file mode 100644
index 0000000000000000000000000000000000000000..e3e1b9edab7eb8c28f45b58bb9c1d2153f59d3e9
--- /dev/null
+++ b/Source/web/tests/data/resize_scroll_minimum_scale.html
@@ -0,0 +1,6 @@
+<html>
+<head>
+ <meta name="viewport" content="width=device-width, minimum-scale=1">
+</head>
+<body style="margin:0px; padding:0px"><div style="width:280px; background-color:red">Wide div forcing page to widen only in portrait orientation (240x320px)</div></body>
+</html>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698