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

Unified Diff: LayoutTests/platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-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/platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt
diff --git a/LayoutTests/platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt b/LayoutTests/platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt
index aa94d58edc611cd2accc76101667a19054cf143a..5a02f90f48e980a0c3a419a964d1a944d25a4b93 100644
--- a/LayoutTests/platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt
+++ b/LayoutTests/platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt
@@ -19,11 +19,15 @@ First (small layer):
(position 51.00 101.00)
(bounds 200.00 200.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FF0000)
)
(GraphicsLayer
(position 276.00 201.00)
(bounds 200.00 200.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
)
)
)
@@ -52,11 +56,15 @@ Second (huge layer):
(position 51.00 101.00)
(bounds 200.00 200.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FF0000)
)
(GraphicsLayer
(position 276.00 4701.00)
(bounds 200.00 200.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
)
)
)
@@ -85,11 +93,15 @@ Third (small layer):
(position 51.00 101.00)
(bounds 200.00 200.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FF0000)
)
(GraphicsLayer
(position 276.00 201.00)
(bounds 200.00 200.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698