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

Unified Diff: LayoutTests/compositing/rendering-contexts-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/rendering-contexts-expected.txt
diff --git a/LayoutTests/compositing/rendering-contexts-expected.txt b/LayoutTests/compositing/rendering-contexts-expected.txt
index 25231cda7511ab4f61ad22ab6148d5e041b59409..d4bfa65a4d4f369e8aa83e52d9495de5e104887c 100644
--- a/LayoutTests/compositing/rendering-contexts-expected.txt
+++ b/LayoutTests/compositing/rendering-contexts-expected.txt
@@ -12,17 +12,23 @@
(contentsOpaque 1)
(shouldFlattenTransform 0)
(3dRenderingContext 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
(children 1
(GraphicsLayer
(bounds 100.00 100.00)
(contentsOpaque 1)
(3dRenderingContext 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
(children 1
(GraphicsLayer
(bounds 100.00 100.00)
(contentsOpaque 1)
(shouldFlattenTransform 0)
(3dRenderingContext 2)
+ (drawsContent 1)
+ (backgroundColor #008000)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698