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

Unified Diff: LayoutTests/css3/compositing/mix-blend-mode-composited-layers-expected.txt

Issue 23503046: [CSS Blending] Implement mix-blend-mode in software. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 2 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-composited-layers-expected.txt
diff --git a/LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt b/LayoutTests/css3/compositing/mix-blend-mode-composited-layers-expected.txt
similarity index 60%
copy from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt
copy to LayoutTests/css3/compositing/mix-blend-mode-composited-layers-expected.txt
index 34787dc691e1a036422eb868fa6d95bb7b382c40..0aa775bea275a4561b21c1fecfe5c498dee9b781 100644
--- a/LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt
+++ b/LayoutTests/css3/compositing/mix-blend-mode-composited-layers-expected.txt
@@ -7,18 +7,17 @@
(drawsContent 1)
(children 1
(GraphicsLayer
- (position 18.00 10.00)
- (bounds 250.00 200.00)
+ (position 8.00 18.00)
+ (bounds 10.00 10.00)
(contentsOpaque 1)
(drawsContent 1)
- (backgroundColor #C0C0C0)
+ (backgroundColor #0000FF)
(children 1
(GraphicsLayer
- (position 35.00 10.00)
- (anchor 0.74 0.50)
- (bounds 195.00 100.00)
+ (bounds 10.00 10.00)
+ (contentsOpaque 1)
(drawsContent 1)
- (backgroundColor #0000FF)
+ (backgroundColor #FFFF00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698