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

Side by Side Diff: LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-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 unified diff | Download patch
OLDNEW
(Empty)
1 (GraphicsLayer
2 (bounds 800.00 600.00)
3 (children 1
4 (GraphicsLayer
5 (bounds 800.00 600.00)
6 (contentsOpaque 1)
7 (children 1
8 (GraphicsLayer
9 (bounds 800.00 600.00)
10 (drawsContent 1)
11 (children 3
12 (GraphicsLayer
13 (position 8.00 8.00)
14 (contentsOpaque 1)
15 (children 2
16 (GraphicsLayer
17 (bounds 160.00 90.00)
18 (isolate 1)
19 (contentsOpaque 1)
20 (drawsContent 1)
21 (backgroundColor #008000)
22 (children 1
23 (GraphicsLayer
24 (bounds 160.00 90.00)
25 (blendMode multiply)
26 )
27 )
28 )
29 (GraphicsLayer
30 )
31 )
32 )
33 (GraphicsLayer
34 (position 8.00 8.00)
35 (contentsOpaque 1)
36 (children 2
37 (GraphicsLayer
38 (bounds 160.00 90.00)
39 (isolate 1)
40 (contentsOpaque 1)
41 (drawsContent 1)
42 (backgroundColor #008000)
43 (children 1
44 (GraphicsLayer
45 (bounds 160.00 90.00)
46 (blendMode multiply)
47 )
48 )
49 )
50 (GraphicsLayer
51 )
52 )
53 )
54 (GraphicsLayer
55 (bounds 800.00 600.00)
56 (drawsContent 1)
57 )
58 )
59 )
60 )
61 )
62 )
63 )
64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698