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

Unified Diff: LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout-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/repaint/repaint-into-ancestor-after-layout-expected.txt
diff --git a/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout-expected.txt b/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout-expected.txt
index 82a9dde80a3bf5e167980031721ded16ad41bc4f..ab2c5d67790f443ec0f486a522fe2a7395fb236a 100644
--- a/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout-expected.txt
+++ b/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout-expected.txt
@@ -14,6 +14,7 @@
(position 50.00 10.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (backgroundColor #00FF00)
(children 1
(GraphicsLayer
(bounds 100.00 100.00)
@@ -21,6 +22,8 @@
(GraphicsLayer
(bounds 50.00 50.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #00FFFF)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698