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

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

Issue 2235873002: Invalidate scrolling contents layer on background invalidations painted into it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invalidate entire scrolling contents layer. Created 4 years, 4 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/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
similarity index 75%
copy from third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
index b06a918ca9bad93b25f0212a81ecb9cd8cb7bfc5..7ca439fcc184a32d7f64e2ec476ff0b66d8e093c 100644
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
@@ -14,6 +14,14 @@
"bounds": [200, 200],
"shouldFlattenTransform": false,
"drawsContent": true,
+ "backgroundColor": "#008000",
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 200, 200],
+ "reason": "style change"
+ }
+ ],
"children": [
{
"name": "Scrolling Layer",
@@ -22,12 +30,13 @@
"children": [
{
"name": "Scrolling Contents Layer",
- "bounds": [185, 1200],
+ "bounds": [185, 300],
+ "contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='indicator'",
- "rect": [0, 0, 185, 200],
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 185, 300],
"reason": "style change"
}
]
@@ -46,14 +55,7 @@
{
"name": "Vertical Scrollbar Layer",
"position": [185, 0],
- "bounds": [15, 185],
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 185],
- "reason": "full"
- }
- ]
+ "bounds": [15, 185]
},
{
"name": "Scroll Corner Layer",
@@ -70,7 +72,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='indicator'",
+ "object": "LayoutBlockFlow DIV id='scroller'",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698