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

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

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (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 b5eb03bed3d02ec1b9189e3f1781a82776ae4277..94316388d71803453195ae8549c2e1d649bd82d5 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
@@ -63,7 +63,7 @@ CASE 2, overlap3 gets added:
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [160, 160, 100, 100],
- "reason": "location change"
+ "reason": "layoutObject insertion"
}
]
}
@@ -147,7 +147,7 @@ CASE 4, overlap1 gets removed:
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [0, 0, 100, 100],
- "reason": "location change"
+ "reason": "compositing update"
}
]
}
@@ -190,7 +190,7 @@ CASE 5, overlap2 gets added back:
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [80, 80, 100, 100],
- "reason": "location change"
+ "reason": "compositing update"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
@@ -243,7 +243,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
{
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
"rect": [80, 80, 100, 100],
- "reason": "location change"
+ "reason": "compositing update"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",

Powered by Google App Engine
This is Rietveld 408576698