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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt

Issue 1968743003: Auto-rebaseline for r392861 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/add-remove-squashed-layers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
index 94316388d71803453195ae8549c2e1d649bd82d5..e092d8dea851d938bfef1483d768dc4cee70aa9d 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -41,7 +41,7 @@ CASE 2, overlap3 gets added:
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
- "reason": "layer"
+ "reason": "subtree"
}
],
"children": [
@@ -137,7 +137,7 @@ CASE 4, overlap1 gets removed:
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [160, 160, 100, 100],
- "reason": "layer"
+ "reason": "subtree"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'",
@@ -168,7 +168,7 @@ CASE 5, overlap2 gets added back:
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
- "reason": "layer"
+ "reason": "subtree"
}
],
"children": [
@@ -200,7 +200,7 @@ CASE 5, overlap2 gets added back:
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [0, 0, 100, 100],
- "reason": "layer"
+ "reason": "subtree"
}
]
}
@@ -221,7 +221,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'",
- "reason": "layer"
+ "reason": "subtree"
}
],
"children": [
@@ -258,7 +258,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
{
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
"rect": [0, 0, 100, 100],
- "reason": "layer"
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698