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

Unified Diff: LayoutTests/compositing/contents-opaque/background-color-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/contents-opaque/background-color-expected.txt
diff --git a/LayoutTests/compositing/contents-opaque/background-color-expected.txt b/LayoutTests/compositing/contents-opaque/background-color-expected.txt
index 4fee2549ff463fcc66f6b4b38b5b0e0164814ddb..73cfa5232a99c61931535bd34f10d4d986728e7e 100644
--- a/LayoutTests/compositing/contents-opaque/background-color-expected.txt
+++ b/LayoutTests/compositing/contents-opaque/background-color-expected.txt
@@ -13,11 +13,15 @@
(GraphicsLayer
(position 8.00 108.00)
(bounds 100.00 100.00)
+ (drawsContent 1)
+ (backgroundColor #00FF007F)
)
(GraphicsLayer
(position 8.00 208.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698