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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-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/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
index 0be25f8d3d13a4c043e80784b6c8ee6338030512..b4415d8858333c7fb00b8345891b7d4c0525a46f 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
@@ -1,19 +1,24 @@
{
+ "name": "Content Root Layer",
"bounds": [785, 616],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 616],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
"position": [108, 108],
"bounds": [100, 100],
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
"position": [-100, -100],
"bounds": [252, 252],
"contentsOpaque": true,
@@ -25,13 +30,16 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'",
"position": [108, 408],
"bounds": [100, 100],
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
"position": [-100, -100],
"bounds": [252, 252],
"contentsOpaque": true,
@@ -44,6 +52,16 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'",
+ "reason": "subtree"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698