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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidation-on-foreground-graphics-layer-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/invalidation-on-foreground-graphics-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-on-foreground-graphics-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-on-foreground-graphics-layer-expected.txt
index b048d5212dd133af758249988d18c8e442071220..011ddb0d00681e28d7a4612c9cdbdf44e946a760 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-on-foreground-graphics-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-on-foreground-graphics-layer-expected.txt
@@ -1,12 +1,15 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV",
"position": [8, 8],
"bounds": [200, 200],
"contentsOpaque": true,
@@ -15,10 +18,12 @@
"backgroundColor": "#D3D3D3",
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [185, 185],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [300, 300],
"drawsContent": true,
"paintInvalidations": [
@@ -30,12 +35,14 @@
],
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV",
"bounds": [200, 200],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#ADD8E6"
},
{
+ "name": "LayoutBlockFlow DIV (foreground) Layer",
"bounds": [300, 300],
"drawsContent": true,
"paintInvalidations": [
@@ -51,17 +58,21 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [200, 200],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [0, 185],
"bounds": [185, 15]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [185, 0],
"bounds": [15, 185]
},
{
+ "name": "Scroll Corner Layer",
"position": [185, 185],
"bounds": [15, 15],
"drawsContent": true
@@ -72,6 +83,12 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "style change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698