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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt

Issue 2307983002: Include scroll offset in scrolling contents painted background rect invalidation. (Closed)
Patch Set: Created 4 years, 3 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/invalidation/composited-overflow-with-local-background-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
index 8d6d40acf61a3c811507a6dac3724de4f7d254de..9b4e05d56b5cad364da54ab5d259b08b9dcf836b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
@@ -36,7 +36,7 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 185, 300],
+ "rect": [0, -100, 185, 300],
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698