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

Unified Diff: LayoutTests/compositing/layer-creation/overlap-animation-clipping-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-clipping-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt b/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
index 89a0fe5d889ac8ba9c723c373bb088d909757d09..434eeb4c43005b4f1681ae9b10251aa743b8ae11 100644
--- a/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
@@ -9,6 +9,8 @@
(position 18.00 120.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (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
@@ -26,18 +28,24 @@
(position 10.00 10.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (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
(position 10.00 230.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (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 -220.00 0.00 1.00])
)
(GraphicsLayer
(position 10.00 340.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
)
)
)
@@ -47,6 +55,8 @@
(position 18.00 702.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698