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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt

Issue 2084643002: 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/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
index c49aa2087e60c0e7310e15e536b83bd39e139fa8..1cd061bb0543e462f76f65c09f00d2a08a358ec3 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-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 (positioned) DIV",
"position": [8, 8],
"bounds": [100, 5000],
"contentsOpaque": true,
@@ -14,6 +17,7 @@
"backgroundColor": "#ADD8E6"
},
{
+ "name": "LayoutBlockFlow (positioned) DIV",
"position": [8, 25],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -21,6 +25,7 @@
"backgroundColor": "#D3D3D3"
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='foo'",
"position": [8, 50],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -36,17 +41,26 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "reason": "style change"
+ }
]
}
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV",
"position": [8, 8],
"bounds": [100, 5000],
"contentsOpaque": true,
@@ -54,6 +68,7 @@
"backgroundColor": "#ADD8E6"
},
{
+ "name": "LayoutBlockFlow (positioned) DIV",
"position": [8, 25],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -61,6 +76,7 @@
"backgroundColor": "#D3D3D3"
},
{
+ "name": "LayoutBlockFlow (positioned) DIV id='foo'",
"position": [8, 50],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -76,6 +92,12 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "reason": "style change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698