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

Side by Side Diff: trunk/LayoutTests/compositing/layer-creation/overlap-animation-container-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 Before: 1 Before:
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 785.00 802.00) 3 (bounds 785.00 802.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 785.00 802.00) 6 (bounds 785.00 802.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (children 3 9 (children 3
10 (GraphicsLayer 10 (GraphicsLayer
11 (position 17.00 119.00) 11 (position 17.00 119.00)
12 (bounds 102.00 102.00) 12 (bounds 102.00 102.00)
13 (drawsContent 1)
14 (backgroundColor #0000FF)
15 (transform ...) 13 (transform ...)
16 ) 14 )
17 (GraphicsLayer 15 (GraphicsLayer
18 (position 47.00 229.00) 16 (position 47.00 229.00)
19 (bounds 144.00 454.00) 17 (bounds 144.00 454.00)
20 (drawsContent 1) 18 (drawsContent 1)
21 (backgroundColor #FFFFFF) 19 (backgroundColor #FFFFFF)
22 (children 1 20 (children 1
23 (GraphicsLayer 21 (GraphicsLayer
24 (position 21.00 11.00) 22 (position 21.00 11.00)
25 (bounds 102.00 102.00) 23 (bounds 102.00 102.00)
26 (drawsContent 1)
27 (backgroundColor #808080)
28 (transform ...) 24 (transform ...)
29 ) 25 )
30 ) 26 )
31 ) 27 )
32 (GraphicsLayer 28 (GraphicsLayer
33 (position 17.00 691.00) 29 (position 17.00 691.00)
34 (bounds 102.00 102.00) 30 (bounds 102.00 102.00)
35 (drawsContent 1)
36 (backgroundColor #FFFF00)
37 ) 31 )
38 ) 32 )
39 ) 33 )
40 ) 34 )
41 ) 35 )
42 36
43 After: 37 After:
44 (GraphicsLayer 38 (GraphicsLayer
45 (bounds 785.00 802.00) 39 (bounds 785.00 802.00)
46 (children 1 40 (children 1
47 (GraphicsLayer 41 (GraphicsLayer
48 (bounds 785.00 802.00) 42 (bounds 785.00 802.00)
49 (contentsOpaque 1) 43 (contentsOpaque 1)
50 (drawsContent 1) 44 (drawsContent 1)
51 (children 3 45 (children 3
52 (GraphicsLayer 46 (GraphicsLayer
53 (position 17.00 119.00) 47 (position 17.00 119.00)
54 (bounds 102.00 102.00) 48 (bounds 102.00 102.00)
55 (drawsContent 1)
56 (backgroundColor #0000FF)
57 (transform ...) 49 (transform ...)
58 ) 50 )
59 (GraphicsLayer 51 (GraphicsLayer
60 (position 57.00 229.00) 52 (position 57.00 229.00)
61 (bounds 124.00 454.00) 53 (bounds 124.00 454.00)
62 (drawsContent 1) 54 (drawsContent 1)
63 (backgroundColor #FFFFFF) 55 (backgroundColor #FFFFFF)
64 (children 4 56 (children 4
65 (GraphicsLayer 57 (GraphicsLayer
66 (position 11.00 11.00) 58 (position 11.00 11.00)
67 (bounds 102.00 102.00) 59 (bounds 102.00 102.00)
68 (drawsContent 1)
69 (backgroundColor #808080)
70 (transform ...) 60 (transform ...)
71 ) 61 )
72 (GraphicsLayer 62 (GraphicsLayer
73 (position 11.00 121.00) 63 (position 11.00 121.00)
74 (bounds 102.00 102.00) 64 (bounds 102.00 102.00)
75 (drawsContent 1) 65 (drawsContent 1)
76 (backgroundColor #008000) 66 (backgroundColor #008000)
77 (transform ...) 67 (transform ...)
78 ) 68 )
79 (GraphicsLayer 69 (GraphicsLayer
80 (position 11.00 231.00) 70 (position 11.00 231.00)
81 (bounds 102.00 102.00) 71 (bounds 102.00 102.00)
82 (drawsContent 1) 72 (drawsContent 1)
83 (backgroundColor #008000) 73 (backgroundColor #008000)
84 (transform ...) 74 (transform ...)
85 ) 75 )
86 (GraphicsLayer 76 (GraphicsLayer
87 (position 11.00 341.00) 77 (position 11.00 341.00)
88 (bounds 102.00 102.00) 78 (bounds 102.00 102.00)
89 (drawsContent 1) 79 (drawsContent 1)
90 (backgroundColor #008000) 80 (backgroundColor #008000)
91 ) 81 )
92 ) 82 )
93 ) 83 )
94 (GraphicsLayer 84 (GraphicsLayer
95 (position 17.00 691.00) 85 (position 17.00 691.00)
96 (bounds 102.00 102.00) 86 (bounds 102.00 102.00)
97 (drawsContent 1)
98 (backgroundColor #FFFF00)
99 ) 87 )
100 ) 88 )
101 ) 89 )
102 ) 90 )
103 ) 91 )
104 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698