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

Unified Diff: LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt

Issue 178013003: Drop background color optimization for composited layers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CL to land Created 6 years, 10 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/layer-creation/overlap-animation-container-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt b/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
index 0cd3db35a462754425e6b527268fe9bf088b87d6..c5f86bf758d67df1f94a092e51969577294ee3ba 100644
--- a/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
@@ -10,6 +10,8 @@ Before:
(GraphicsLayer
(position 17.00 119.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
(transform ...)
)
(GraphicsLayer
@@ -21,6 +23,8 @@ Before:
(GraphicsLayer
(position 21.00 11.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #808080)
(transform ...)
)
)
@@ -28,6 +32,8 @@ Before:
(GraphicsLayer
(position 17.00 691.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
)
)
)
@@ -46,6 +52,8 @@ After:
(GraphicsLayer
(position 17.00 119.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
(transform ...)
)
(GraphicsLayer
@@ -57,6 +65,8 @@ After:
(GraphicsLayer
(position 11.00 11.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #808080)
(transform ...)
)
(GraphicsLayer
@@ -84,6 +94,8 @@ After:
(GraphicsLayer
(position 17.00 691.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698