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

Unified Diff: Source/WebKit/chromium/tests/data/large-div.html

Issue 13880019: [Android WebView] Update viewport size and scale calculation to match WebView Classic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased correctly Created 7 years, 8 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: Source/WebKit/chromium/tests/data/large-div.html
diff --git a/Source/WebKit/chromium/tests/data/clipped-body.html b/Source/WebKit/chromium/tests/data/large-div.html
similarity index 80%
copy from Source/WebKit/chromium/tests/data/clipped-body.html
copy to Source/WebKit/chromium/tests/data/large-div.html
index 4ebf169ad69dbb5e06c7410ea1a6eae87886a192..a4bc0d9f09043d3f306c305e69e8bf2683fd6d65 100644
--- a/Source/WebKit/chromium/tests/data/clipped-body.html
+++ b/Source/WebKit/chromium/tests/data/large-div.html
@@ -3,9 +3,6 @@
<head>
<style>
- html, body {
- overflow-x: hidden;
- }
#content {
background: silver;
width: 1000px;

Powered by Google App Engine
This is Rietveld 408576698