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

Unified Diff: third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html

Issue 1428643004: Repaint on interest rect change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@EnableSyncPaint
Patch Set: Created 5 years, 2 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: third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html
similarity index 50%
copy from third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
copy to third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html
index f460c439aa8d6e56a8ad5a0826d6e0c0daf5df11..2296f24f653b3f44d5a67e0a478a9700e6c37c92 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
+++ b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html
@@ -2,15 +2,19 @@
<style>
body {
margin: 0;
- padding: 0;
}
-#target {
- position: absolute;
- left: 20px;
- top: 20px;
+div {
+ position: fixed;
+ left: 0;
+ bottom: 0;
width: 100px;
height: 100px;
background-color: green;
}
+::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
+}
</style>
-<div id="target"></div>
+<div></div>
+

Powered by Google App Engine
This is Rietveld 408576698