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

Unified Diff: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt

Issue 512293002: Fix paint invalidation when composited layers change from paints-into-ancestor to self-painting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test. Created 6 years, 4 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/squash-above-fixed-1-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
index c8f9145631964dce96bdbbff31e2be135db91aa9..5085e8ca71d7b09c3b46d8e6d7703918c464e0af 100644
--- a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
@@ -51,6 +51,7 @@ CASE 2, scrolling y to 80, new layers will be squashed, so things repaint:
[0, 200, 200, 100],
[0, 100, 200, 100],
[0, 100, 200, 100],
+ [0, 0, 200, 100],
[0, 0, 200, 100]
],
"children": [
@@ -138,6 +139,7 @@ CASE 4, scrolling y to 170 new layers will be squashed, so things repaint:
[0, 200, 200, 100],
[0, 200, 200, 100],
[0, 100, 200, 100],
+ [0, 0, 200, 100],
[0, 0, 200, 100]
],
"children": [

Powered by Google App Engine
This is Rietveld 408576698