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

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

Issue 14407003: Disable solid background color optimization for composited layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 52931c849f5c572c6be87c0765aab5e94a3ecb02..4cf968dd88b42ff9544274fb2d700b164f8a96a9 100644
--- a/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
@@ -9,6 +9,8 @@ Before:
(GraphicsLayer
(position 17.00 119.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
)
(GraphicsLayer
@@ -20,6 +22,8 @@ Before:
(GraphicsLayer
(position 21.00 11.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #808080)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00])
)
)
@@ -27,6 +31,8 @@ Before:
(GraphicsLayer
(position 17.00 691.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
)
)
)
@@ -44,6 +50,8 @@ After:
(GraphicsLayer
(position 17.00 119.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
)
(GraphicsLayer
@@ -55,6 +63,8 @@ After:
(GraphicsLayer
(position 11.00 11.00)
(bounds 102.00 102.00)
+ (drawsContent 1)
+ (backgroundColor #808080)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00])
)
(GraphicsLayer
@@ -82,6 +92,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