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

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

Issue 1209033009: Clear the groupedMapping parameter in layers when removed from the group (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch to enum Created 5 years, 5 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: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
diff --git a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
index 49a7939d101ff79cbef894501a11171e49cc9dd1..30bd9622df8955791a7e41bb44b359ee4c3a4435 100644
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -139,6 +139,9 @@ CASE 5, overlap2 gets added back:
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
+ "repaintRects": [
+ [0, 0, 100, 100]
+ ],
"children": [
{
"shouldFlattenTransform": false,
@@ -156,7 +159,6 @@ CASE 5, overlap2 gets added back:
"drawsContent": true,
"repaintRects": [
[80, 80, 100, 100],
- [0, 0, 100, 100],
[0, 0, 100, 100]
]
}
@@ -174,6 +176,9 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
+ "repaintRects": [
+ [0, 0, 100, 100]
+ ],
"children": [
{
"shouldFlattenTransform": false,
@@ -192,7 +197,6 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"repaintRects": [
[80, 80, 100, 100],
[80, 80, 100, 100],
- [0, 0, 100, 100],
[0, 0, 100, 100]
]
}
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698