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

Side by Side Diff: trunk/LayoutTests/css3/compositing/mix-blend-mode-composited-reason-children-expected.txt

Issue 183763024: Revert 168245 "Drop background color optimization for composited..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 800.00 600.00) 2 (bounds 800.00 600.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (contentsOpaque 1) 6 (contentsOpaque 1)
7 (children 1 7 (children 1
8 (GraphicsLayer 8 (GraphicsLayer
9 (bounds 800.00 600.00) 9 (bounds 800.00 600.00)
10 (drawsContent 1) 10 (drawsContent 1)
11 (children 2 11 (children 2
12 (GraphicsLayer 12 (GraphicsLayer
13 (position 8.00 8.00) 13 (position 8.00 8.00)
14 (contentsOpaque 1) 14 (contentsOpaque 1)
15 (drawsContent 1)
16 (backgroundColor #FF0000)
17 (children 2 15 (children 2
18 (GraphicsLayer 16 (GraphicsLayer
19 (bounds 160.00 90.00) 17 (bounds 160.00 90.00)
20 (isolate 1) 18 (isolate 1)
21 (contentsOpaque 1) 19 (contentsOpaque 1)
22 (drawsContent 1)
23 (backgroundColor #008000)
24 (children 1 20 (children 1
25 (GraphicsLayer 21 (GraphicsLayer
26 (bounds 160.00 90.00) 22 (bounds 160.00 90.00)
27 (blendMode multiply) 23 (blendMode multiply)
28 (contentsOpaque 1) 24 (contentsOpaque 1)
29 (drawsContent 1) 25 (drawsContent 1)
30 (backgroundColor #0000FF) 26 (backgroundColor #0000FF)
31 (children 1 27 (children 1
32 (GraphicsLayer 28 (GraphicsLayer
33 (bounds 160.00 90.00) 29 (bounds 160.00 90.00)
34 ) 30 )
35 ) 31 )
36 ) 32 )
37 ) 33 )
38 ) 34 )
39 (GraphicsLayer 35 (GraphicsLayer
40 (drawsContent 1)
41 ) 36 )
42 ) 37 )
43 ) 38 )
44 (GraphicsLayer 39 (GraphicsLayer
45 (bounds 800.00 600.00) 40 (bounds 800.00 600.00)
46 (drawsContent 1) 41 (drawsContent 1)
47 ) 42 )
48 ) 43 )
49 ) 44 )
50 ) 45 )
51 ) 46 )
52 ) 47 )
53 ) 48 )
54 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698