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

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: Added layout test & addressed review comments Created 7 years, 4 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/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
diff --git a/LayoutTests/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt b/LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
similarity index 65%
copy from LayoutTests/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt
copy to LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
index 3546f2d9c5fb8dd2c87ba07cb5c22f3bb2117b8e..eb14ec4960c8d83d68c0a6fea787aabcc4a53782 100644
--- a/LayoutTests/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt
+++ b/LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
@@ -1,3 +1,4 @@
+
(GraphicsLayer
(bounds 800.00 600.00)
(children 1
@@ -7,14 +8,14 @@
(drawsContent 1)
(children 1
(GraphicsLayer
- (position 18.00 10.00)
- (bounds 100.00 100.00)
+ (position 8.00 8.00)
+ (bounds 784.00 90.00)
+ (isolate 1)
(drawsContent 1)
(children 1
(GraphicsLayer
- (position 85.00 85.00)
- (bounds 15.00 15.00)
- (drawsContent 1)
+ (bounds 160.00 90.00)
+ (blendMode 1)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698