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

Unified Diff: third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-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-up-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin-expected.html b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html
similarity index 57%
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin-expected.html
copy to third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html
index baf43bfc31328347f073dedbcedb85721ba34979..197b2da7e976a1d23b952a7b1c3ccc0d23e22e94 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin-expected.html
+++ b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
<style>
body {
margin: 0;
@@ -6,9 +6,11 @@ body {
div {
width: 100px;
height: 100px;
- position: absolute;
background-color: green;
- margin: 20px;
+}
+::-webkit-scrollbar {
+ width: 0px;
+ height: 0px;
}
</style>
-<div id="target"></div>
+<div></div>

Powered by Google App Engine
This is Rietveld 408576698