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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt

Issue 2522043002: Reland "Only promote opaque scrollers which are stacking contexts." (Closed)
Patch Set: Remove android svg-width-100p-as-background-expected.txt expectation. 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/repaint-composited-child-in-scrolled-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt
index bfa05383f37531a8cf0052da8dc98ee03014fcf9..6fdc14ce35fe4ab5c3a05179a222d7839bd97596 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt
@@ -4,57 +4,24 @@
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
- "drawsContent": true
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV id='outer'",
- "position": [8, 8],
- "bounds": [300, 300],
- "shouldFlattenTransform": false,
"drawsContent": true,
- "backgroundColor": "#0000FF"
- },
- {
- "name": "Scrolling Layer",
- "bounds": [285, 285],
- "shouldFlattenTransform": false
- },
- {
- "name": "Scrolling Contents Layer",
- "bounds": [650, 600],
- "contentsOpaque": true,
- "drawsContent": true
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [300, 300]
- },
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 285],
- "bounds": [285, 15],
"paintInvalidations": [
{
- "object": "Horizontal Scrollbar Layer",
- "rect": [0, 0, 285, 15],
- "reason": "full"
+ "object": "LayoutBlockFlow (positioned) DIV id='outer'",
+ "rect": [8, 293, 285, 15],
+ "reason": "scroll"
}
]
},
{
- "name": "Vertical Scrollbar Layer",
- "position": [285, 0],
- "bounds": [15, 285]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [285, 285],
- "bounds": [15, 15],
- "drawsContent": true
+ "name": "Ancestor Clipping Layer",
+ "position": [8, 8],
+ "bounds": [285, 285],
+ "shouldFlattenTransform": false
},
{
"name": "LayoutBlockFlow (positioned) DIV id='container'",
- "position": [-307, 8],
+ "position": [-315, 0],
"bounds": [600, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -70,6 +37,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "HorizontalScrollbar",
+ "reason": "scroll"
+ },
+ {
"object": "LayoutBlockFlow DIV id='inner'",
"reason": "style change"
}

Powered by Google App Engine
This is Rietveld 408576698