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

Unified Diff: LayoutTests/compositing/squashing/squash-transform-repainting-child-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/squashing/squash-transform-repainting-child-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt b/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
index b99c26720afcf308efd54c90e6aa9e72d724879b..caf2a38359ba78fb3fec5c0fbdd999ffd41b8be3 100644
--- a/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
@@ -13,6 +13,8 @@ CASE 1, original layer tree
(position 100.00 100.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
)
(GraphicsLayer
(position -1.00 -1.00)
@@ -40,6 +42,8 @@ CASE 2, hovering over the outer div
(position 100.00 100.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
)
(GraphicsLayer
(position -1.00 -1.00)
@@ -72,6 +76,8 @@ CASE 3, hovering over the inner div
(position 100.00 100.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
)
(GraphicsLayer
(position -1.00 -1.00)

Powered by Google App Engine
This is Rietveld 408576698