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

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

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added the missing TestExpectation suppressions Created 6 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: 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 83eed584e8853c073e07543c390ef03f312cd6da..f581ab3cda376032f6f00a84ae1ece51fb2306e5 100644
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -38,7 +38,6 @@ CASE 2, overlap3 gets added:
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [300, 300, 100, 100],
[300, 300, 100, 100]
],
"children": [
@@ -57,8 +56,7 @@ CASE 2, overlap3 gets added:
"drawsContent": true,
"repaintRects": [
[160, 160, 100, 100],
- [80, 80, 100, 100],
- [0, 0, 100, 100]
+ [160, 160, 100, 100]
]
}
]
@@ -90,7 +88,6 @@ CASE 3, overlap2 gets removed. Since this does not resize the layer, there shoul
"bounds": [260, 260],
"drawsContent": true,
"repaintRects": [
- [160, 160, 100, 100],
[80, 80, 100, 100]
]
}
@@ -125,6 +122,7 @@ CASE 4, overlap1 gets removed:
"repaintRects": [
[160, 160, 100, 100],
[0, 0, 100, 100],
+ [0, 0, 100, 100],
[0, 0, 100, 100]
]
}
@@ -143,7 +141,6 @@ CASE 5, overlap2 gets added back:
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [220, 220, 100, 100],
[220, 220, 100, 100]
],
"children": [
@@ -162,6 +159,7 @@ CASE 5, overlap2 gets added back:
"drawsContent": true,
"repaintRects": [
[80, 80, 100, 100],
+ [80, 80, 100, 100],
[0, 0, 100, 100],
[0, 0, 100, 100],
[0, 0, 100, 100]
@@ -182,7 +180,6 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [140, 140, 100, 100],
[140, 140, 100, 100]
],
"children": [
@@ -202,6 +199,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"repaintRects": [
[80, 80, 100, 100],
[80, 80, 100, 100],
+ [80, 80, 100, 100],
[0, 0, 100, 100],
[0, 0, 100, 100],
[0, 0, 100, 100]

Powered by Google App Engine
This is Rietveld 408576698