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

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

Issue 183833020: Re-land "Drop background color optimization for composited layers" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make Mac test bot pass Created 6 years, 9 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 8711b6605f26cb95be8f4d98b244839057fed4f2..de8483ecb263a0f3e6b84f81084297e971bc6491 100644
--- a/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
@@ -10,6 +10,8 @@
(position 18.00 120.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
(transform ...)
)
(GraphicsLayer
@@ -27,18 +29,24 @@
(position 10.00 10.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
(transform ...)
)
(GraphicsLayer
(position 10.00 230.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
(transform ...)
)
(GraphicsLayer
(position 10.00 340.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
)
)
)
@@ -48,6 +56,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