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

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

Issue 369483004: Revert of Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 f581ab3cda376032f6f00a84ae1ece51fb2306e5..83eed584e8853c073e07543c390ef03f312cd6da 100644
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -38,6 +38,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [300, 300, 100, 100],
[300, 300, 100, 100]
],
"children": [
@@ -56,7 +57,8 @@
"drawsContent": true,
"repaintRects": [
[160, 160, 100, 100],
- [160, 160, 100, 100]
+ [80, 80, 100, 100],
+ [0, 0, 100, 100]
]
}
]
@@ -88,6 +90,7 @@
"bounds": [260, 260],
"drawsContent": true,
"repaintRects": [
+ [160, 160, 100, 100],
[80, 80, 100, 100]
]
}
@@ -122,7 +125,6 @@
"repaintRects": [
[160, 160, 100, 100],
[0, 0, 100, 100],
- [0, 0, 100, 100],
[0, 0, 100, 100]
]
}
@@ -141,6 +143,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [220, 220, 100, 100],
[220, 220, 100, 100]
],
"children": [
@@ -159,7 +162,6 @@
"drawsContent": true,
"repaintRects": [
[80, 80, 100, 100],
- [80, 80, 100, 100],
[0, 0, 100, 100],
[0, 0, 100, 100],
[0, 0, 100, 100]
@@ -180,6 +182,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [140, 140, 100, 100],
[140, 140, 100, 100]
],
"children": [
@@ -199,7 +202,6 @@
"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