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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-scrolling-contents-outline-change-expected.txt

Issue 2498823002: Paint invalidation of local attachment backgrounds (Closed)
Patch Set: - Created 4 years, 1 month 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/compositing/should-not-repaint-scrolling-contents-outline-change-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/compositing/should-not-repaint-scrolling-contents-outline-change-expected.txt
similarity index 62%
copy from third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-scrolling-contents-outline-change-expected.txt
index 44e96740110b7d6f32c12a0caefacacb91fdc368..35383055559b35014f0b5ed0acdd76d53d324837 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-scrolling-contents-outline-change-expected.txt
@@ -7,40 +7,35 @@
"drawsContent": true
},
{
- "name": "LayoutBlockFlow DIV id='scroller'",
- "position": [8, 8],
- "bounds": [200, 200],
+ "name": "LayoutBlockFlow DIV id='target'",
+ "position": [-2, -2],
+ "bounds": [220, 220],
"shouldFlattenTransform": false,
"drawsContent": true,
- "backgroundColor": "#008000",
+ "backgroundColor": "#0000FF",
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 200, 200],
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 220, 220],
"reason": "style change"
}
]
},
{
"name": "Scrolling Layer",
+ "position": [10, 10],
"bounds": [185, 185],
"shouldFlattenTransform": false
},
{
"name": "Scrolling Contents Layer",
- "bounds": [185, 300],
+ "bounds": [185, 2000],
"contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 185, 300],
- "reason": "style change"
- }
- ]
+ "drawsContent": true
},
{
"name": "Overflow Controls Host Layer",
+ "position": [10, 10],
"bounds": [200, 200]
},
{
@@ -62,11 +57,7 @@
],
"objectPaintInvalidations": [
{
- "object": "Scrolling Contents Layer",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV id='scroller'",
+ "object": "LayoutBlockFlow DIV id='target'",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698