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

Side by Side Diff: trunk/LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-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 3 11 (children 3
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) 20 (drawsContent 1)
23 (backgroundColor #008000) 21 (backgroundColor #008000)
24 (children 1 22 (children 1
25 (GraphicsLayer 23 (GraphicsLayer
26 (bounds 160.00 90.00) 24 (bounds 160.00 90.00)
27 (blendMode multiply) 25 (blendMode multiply)
28 ) 26 )
29 ) 27 )
30 ) 28 )
31 (GraphicsLayer 29 (GraphicsLayer
32 (drawsContent 1)
33 ) 30 )
34 ) 31 )
35 ) 32 )
36 (GraphicsLayer 33 (GraphicsLayer
37 (position 8.00 8.00) 34 (position 8.00 8.00)
38 (contentsOpaque 1) 35 (contentsOpaque 1)
39 (drawsContent 1)
40 (backgroundColor #FF0000)
41 (children 2 36 (children 2
42 (GraphicsLayer 37 (GraphicsLayer
43 (bounds 160.00 90.00) 38 (bounds 160.00 90.00)
44 (isolate 1) 39 (isolate 1)
45 (contentsOpaque 1) 40 (contentsOpaque 1)
46 (drawsContent 1) 41 (drawsContent 1)
47 (backgroundColor #008000) 42 (backgroundColor #008000)
48 (children 1 43 (children 1
49 (GraphicsLayer 44 (GraphicsLayer
50 (bounds 160.00 90.00) 45 (bounds 160.00 90.00)
51 (blendMode multiply) 46 (blendMode multiply)
52 ) 47 )
53 ) 48 )
54 ) 49 )
55 (GraphicsLayer 50 (GraphicsLayer
56 (drawsContent 1)
57 ) 51 )
58 ) 52 )
59 ) 53 )
60 (GraphicsLayer 54 (GraphicsLayer
61 (bounds 800.00 600.00) 55 (bounds 800.00 600.00)
62 (drawsContent 1) 56 (drawsContent 1)
63 ) 57 )
64 ) 58 )
65 ) 59 )
66 ) 60 )
67 ) 61 )
68 ) 62 )
69 ) 63 )
70 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698