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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-and-transform-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/layer-creation/fixed-position-and-transform-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt b/LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt
index e93ba85bf2a490974cd9a05778d40423b0064d81..ff1fdc6e7bc87fb1ec0a900b61c4bb1e93785715 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt
+++ b/LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt
@@ -9,11 +9,15 @@
(position 100.00 1100.00)
(bounds 256.00 256.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FF0000)
)
(GraphicsLayer
(position 0.00 1000.00)
(bounds 500.00 500.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698