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

Unified Diff: LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-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/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-expected.txt
diff --git a/LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-expected.txt b/LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-expected.txt
index 1f5800393840d76ccf903922d5dbb30c872ee08c..bfe2d8e189f4f9754c330faf414802911f60fd2a 100644
--- a/LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-expected.txt
+++ b/LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-expected.txt
@@ -12,6 +12,8 @@
(GraphicsLayer
(position 8.00 8.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FF0000)
(children 2
(GraphicsLayer
(bounds 160.00 90.00)
@@ -27,12 +29,15 @@
)
)
(GraphicsLayer
+ (drawsContent 1)
)
)
)
(GraphicsLayer
(position 8.00 8.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FF0000)
(children 2
(GraphicsLayer
(bounds 160.00 90.00)
@@ -48,6 +53,7 @@
)
)
(GraphicsLayer
+ (drawsContent 1)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698