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

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

Issue 23461009: Scale to legibleScale if double tap would barely zoom in from zoomed out state. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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/get_wide_div_for_auto_zoom_test.html
diff --git a/Source/web/tests/data/get_scale_bounds_check_for_auto_zoom_test.html b/Source/web/tests/data/get_wide_div_for_auto_zoom_test.html
similarity index 57%
copy from Source/web/tests/data/get_scale_bounds_check_for_auto_zoom_test.html
copy to Source/web/tests/data/get_wide_div_for_auto_zoom_test.html
index 9cc8e9c1650348bc6b8563d727ba280a56b45ce8..168b5c38c147b35b47d0c259915d914976fed06f 100644
--- a/Source/web/tests/data/get_scale_bounds_check_for_auto_zoom_test.html
+++ b/Source/web/tests/data/get_wide_div_for_auto_zoom_test.html
@@ -1,7 +1,7 @@
<html>
<body>
- <div style="background-color: green; position: absolute; left: 200px; top: 100px; width: 200px; height: 400px">
- <p id="Div">Div</p>
+ <div style="background-color: green; position: absolute; left: 0px; top: 100px; width: 100%; height: 150px">
+ <p id="Div">Wide Div</p>
</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