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

Unified Diff: LayoutTests/compositing/geometry/clip-inside-expected.txt

Issue 178013003: Drop background color optimization for composited layers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Further optimization. Avoid O(n^2) ASAP. 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/geometry/clip-inside-expected.txt
diff --git a/LayoutTests/compositing/geometry/clip-inside-expected.txt b/LayoutTests/compositing/geometry/clip-inside-expected.txt
index 57c9d8210d6ceaa23998d659c4c6398400d705f1..7de977821a4b493d962d0a43374f978ecc92490f 100644
--- a/LayoutTests/compositing/geometry/clip-inside-expected.txt
+++ b/LayoutTests/compositing/geometry/clip-inside-expected.txt
@@ -24,6 +24,8 @@ Test CSS clip with composited layers. Left and right sides should look the same.
(GraphicsLayer
(position -15.00 -25.00)
(bounds 120.00 120.00)
+ (drawsContent 1)
+ (backgroundColor #00000033)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 1.00 1.00])
)
)

Powered by Google App Engine
This is Rietveld 408576698