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

Unified Diff: LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt

Issue 23511004: mix-blend-mode implementation for accelerated layers - blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed a failing reftest dependent on render-compositor bindings Created 7 years 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/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
diff --git a/LayoutTests/compositing/contents-opaque/body-background-skipped-expected.txt b/LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
similarity index 62%
copy from LayoutTests/compositing/contents-opaque/body-background-skipped-expected.txt
copy to LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
index cd1c4d7a31db633e404586c52180bb48fbd0eba6..a095c0596198264d8e20b759fee18688564b737f 100644
--- a/LayoutTests/compositing/contents-opaque/body-background-skipped-expected.txt
+++ b/LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
@@ -8,12 +8,20 @@
(GraphicsLayer
(bounds 800.00 600.00)
(drawsContent 1)
- (backgroundColor #0000FF)
(children 2
(GraphicsLayer
(position 8.00 8.00)
- (bounds 200.00 200.00)
+ (bounds 160.00 90.00)
+ (isolate 1)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
+ (children 1
+ (GraphicsLayer
+ (bounds 160.00 90.00)
+ (blendMode multiply)
+ )
+ )
)
(GraphicsLayer
(bounds 800.00 600.00)

Powered by Google App Engine
This is Rietveld 408576698