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

Unified Diff: LayoutTests/compositing/contents-opaque/background-color-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/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 a2de4b7397ece9b25ae2ec6a0e35b09f616572e0..37fb124e035683d012fe63562febbe8b48fa50bc 100644
--- a/LayoutTests/compositing/contents-opaque/background-color-expected.txt
+++ b/LayoutTests/compositing/contents-opaque/background-color-expected.txt
@@ -12,11 +12,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