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

Unified Diff: LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt

Issue 19543014: Direct composite canvas background if possible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: resolved layout test failures Created 7 years, 5 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/draws-content/canvas-background-layer-expected.txt
diff --git a/LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt b/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
similarity index 64%
copy from LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt
copy to LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
index fdc8cb09957fac2e2ca579dfac05daccfc58e972..c825796e02d8847c34a799c187de8237758106fe 100644
--- a/LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt
+++ b/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
@@ -1,27 +1,33 @@
-(GraphicsLayer
+ (GraphicsLayer
(bounds 800.00 600.00)
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
(drawsContent 1)
- (children 3
+ (children 4
(GraphicsLayer
- (position 60.00 0.00)
+ (position 13.00 8.00)
(bounds 50.00 50.00)
(contentsOpaque 1)
+ (backgroundColor #008000)
+ )
+ (GraphicsLayer
+ (position 13.00 73.00)
+ (bounds 60.00 60.00)
+ (contentsOpaque 1)
(drawsContent 1)
(backgroundColor #008000)
)
(GraphicsLayer
- (position 120.00 0.00)
- (bounds 50.00 50.00)
+ (position 13.00 138.00)
+ (bounds 60.00 60.00)
(contentsOpaque 1)
(drawsContent 1)
(backgroundColor #008000)
)
(GraphicsLayer
- (position 180.00 0.00)
+ (position 13.00 203.00)
(bounds 50.00 50.00)
(contentsOpaque 1)
(drawsContent 1)

Powered by Google App Engine
This is Rietveld 408576698