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

Unified Diff: LayoutTests/compositing/repaint/invalidations-on-composited-layers-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/repaint/invalidations-on-composited-layers-expected.txt
diff --git a/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt b/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
index ea67a3ee241155a6a9c58d98be2a1483095ab483..b735dabe1a84d3211b67dd9b49d2a6c7ab088f08 100644
--- a/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
+++ b/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
@@ -14,11 +14,25 @@
(position 8.00 42.00)
(bounds 400.00 400.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
+ (repaint rects
+ (rect 0.00 0.00 400.00 400.00)
+ (rect 0.00 0.00 400.00 400.00)
+ (rect 0.00 0.00 400.00 400.00)
+ )
(children 1
(GraphicsLayer
(position 50.00 50.00)
(bounds 75.00 75.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ (repaint rects
+ (rect 0.00 0.00 75.00 75.00)
+ (rect 0.00 0.00 75.00 75.00)
+ (rect 0.00 0.00 75.00 75.00)
+ )
)
)
)
« no previous file with comments | « LayoutTests/compositing/overflow/resize-painting-expected.txt ('k') | LayoutTests/compositing/rtl/rtl-absolute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698