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

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

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased to latest Created 5 years, 6 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') | Source/web/tests/data/overscroll/iframe-overscroll.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/overscroll/div-overscroll.html
diff --git a/Source/web/tests/data/overflow-scrolling.html b/Source/web/tests/data/overscroll/div-overscroll.html
similarity index 57%
copy from Source/web/tests/data/overflow-scrolling.html
copy to Source/web/tests/data/overscroll/div-overscroll.html
index 6710006ff5fbe4878749ee8c43aefdd1e164c206..6481c2f4a19968f9276ad6a1698c0d248c791265 100644
--- a/Source/web/tests/data/overflow-scrolling.html
+++ b/Source/web/tests/data/overscroll/div-overscroll.html
@@ -2,19 +2,14 @@
<html>
<head>
<style type="text/css">
- body {
- height: 2000px;
- }
#scrollable {
- margin-top: 50px;
- margin-left: 50px;
- width: 200px;
- height: 200px;
+ width: 300px;
+ height: 300px;
overflow: scroll;
}
.content {
- width: 1000px;
- height: 1000px;
+ width: 500px;
+ height: 500px;
}
</style>
</head>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | Source/web/tests/data/overscroll/iframe-overscroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698