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

Unified Diff: Source/web/tests/data/mainthread-inner-div-overscroll.html

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added function for comparison Created 5 years, 7 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/web/tests/data/mainthread-inner-div-overscroll.html
diff --git a/Source/web/tests/data/overflow-scrolling.html b/Source/web/tests/data/mainthread-inner-div-overscroll.html
similarity index 77%
copy from Source/web/tests/data/overflow-scrolling.html
copy to Source/web/tests/data/mainthread-inner-div-overscroll.html
index 6710006ff5fbe4878749ee8c43aefdd1e164c206..6cd78e8c48c867fa79b20b245f0de3f537ce5db7 100644
--- a/Source/web/tests/data/overflow-scrolling.html
+++ b/Source/web/tests/data/mainthread-inner-div-overscroll.html
@@ -6,10 +6,10 @@
height: 2000px;
}
#scrollable {
- margin-top: 50px;
- margin-left: 50px;
- width: 200px;
- height: 200px;
+ width: 800px;
+ height: 800px;
+ border-style: solid;
+ border-width: 5px;
overflow: scroll;
}
.content {

Powered by Google App Engine
This is Rietveld 408576698