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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt

Issue 178013003: Drop background color optimization for composited layers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CL to land Created 6 years, 10 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-out-of-view-scaled-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt
index 13db89289afc1df2e2adf6e5c391339f730f2512..fc5d8a213967721bce82c9566450d588cc7fc989 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt
+++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt
@@ -11,10 +11,14 @@ Not scaled:
(position 600.00 0.00)
(bounds 10.00 10.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #C0C0C0)
)
(GraphicsLayer
(bounds 10.00 10.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #C0C0C0)
)
)
)
@@ -33,20 +37,28 @@ Scale=0.5:
(position 8.00 1008.00)
(bounds 10.00 10.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #C0C0C0)
)
(GraphicsLayer
(position 1000.00 0.00)
(bounds 10.00 10.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #C0C0C0)
)
(GraphicsLayer
(position 600.00 0.00)
(bounds 10.00 10.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #C0C0C0)
)
(GraphicsLayer
(bounds 10.00 10.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #C0C0C0)
)
)
)
@@ -64,6 +76,8 @@ Scale=1.5:
(GraphicsLayer
(bounds 10.00 10.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #C0C0C0)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698