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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-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/fixed-position-nonscrollable-body-overlap-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt b/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt
index c86cf28902bc031ac36f3a56979c9b9b97d561aa..200b54ceed42c9b2ab4b1e26671140890d2bc0b6 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt
+++ b/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt
@@ -12,11 +12,15 @@ Even though we can opt-out of fixed-position compositing for unscrollable fixed-
(position 10.00 100.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FF0000)
)
(GraphicsLayer
(position 10.00 100.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #00FF00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698