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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-container-expected.txt

Issue 242103006: Auto-rebaseline for r171962 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 2
10 (GraphicsLayer 10 (GraphicsLayer
11 (position 18.00 120.00) 11 (children 2
12 (bounds 100.00 100.00) 12 (GraphicsLayer
13 (contentsOpaque 1) 13 (position 18.00 120.00)
14 (drawsContent 1) 14 (bounds 100.00 100.00)
15 (backgroundColor #0000FF) 15 (contentsOpaque 1)
16 (transform ...) 16 (drawsContent 1)
17 (backgroundColor #0000FF)
18 (transform ...)
19 )
20 (GraphicsLayer
21 (position 46.00 230.00)
22 (bounds 146.00 452.00)
23 (drawsContent 1)
24 )
25 )
17 ) 26 )
18 (GraphicsLayer 27 (GraphicsLayer
19 (position 47.00 230.00) 28 (children 2
20 (bounds 144.00 452.00)
21 (drawsContent 1)
22 (backgroundColor #FFFFFF)
23 (children 1
24 (GraphicsLayer 29 (GraphicsLayer
25 (position 22.00 11.00) 30 (position 69.00 241.00)
26 (bounds 100.00 100.00) 31 (bounds 100.00 100.00)
27 (contentsOpaque 1) 32 (contentsOpaque 1)
28 (drawsContent 1) 33 (drawsContent 1)
29 (backgroundColor #808080) 34 (backgroundColor #808080)
30 (transform ...) 35 (transform ...)
31 ) 36 )
37 (GraphicsLayer
38 (position 18.00 692.00)
39 (bounds 100.00 100.00)
40 (drawsContent 1)
41 )
32 ) 42 )
33 ) 43 )
34 (GraphicsLayer
35 (position 18.00 692.00)
36 (bounds 100.00 100.00)
37 (contentsOpaque 1)
38 (drawsContent 1)
39 (backgroundColor #FFFF00)
40 )
41 ) 44 )
42 ) 45 )
43 ) 46 )
44 ) 47 )
45 48
46 After: 49 After:
47 (GraphicsLayer 50 (GraphicsLayer
48 (bounds 785.00 802.00) 51 (bounds 785.00 802.00)
49 (children 1 52 (children 1
50 (GraphicsLayer 53 (GraphicsLayer
51 (bounds 785.00 802.00) 54 (bounds 785.00 802.00)
52 (contentsOpaque 1) 55 (contentsOpaque 1)
53 (drawsContent 1) 56 (drawsContent 1)
54 (children 3 57 (children 2
55 (GraphicsLayer 58 (GraphicsLayer
56 (position 18.00 120.00) 59 (children 2
57 (bounds 100.00 100.00) 60 (GraphicsLayer
58 (contentsOpaque 1) 61 (position 18.00 120.00)
59 (drawsContent 1) 62 (bounds 100.00 100.00)
60 (backgroundColor #0000FF) 63 (contentsOpaque 1)
61 (transform ...) 64 (drawsContent 1)
65 (backgroundColor #0000FF)
66 (transform ...)
67 )
68 (GraphicsLayer
69 (position 46.00 230.00)
70 (bounds 146.00 452.00)
71 (drawsContent 1)
72 )
73 )
62 ) 74 )
63 (GraphicsLayer 75 (GraphicsLayer
64 (position 58.00 230.00) 76 (children 2
65 (bounds 122.00 452.00)
66 (contentsOpaque 1)
67 (drawsContent 1)
68 (backgroundColor #FFFFFF)
69 (children 4
70 (GraphicsLayer 77 (GraphicsLayer
71 (position 11.00 11.00) 78 (position 69.00 241.00)
72 (bounds 100.00 100.00) 79 (bounds 100.00 100.00)
73 (contentsOpaque 1) 80 (contentsOpaque 1)
74 (drawsContent 1) 81 (drawsContent 1)
75 (backgroundColor #808080) 82 (backgroundColor #808080)
76 (transform ...) 83 (transform ...)
77 ) 84 )
78 (GraphicsLayer 85 (GraphicsLayer
79 (position 10.00 120.00) 86 (position 18.00 328.00)
80 (bounds 102.00 102.00) 87 (bounds 174.00 464.00)
81 (drawsContent 1) 88 (drawsContent 1)
82 (backgroundColor #008000)
83 (transform ...)
84 )
85 (GraphicsLayer
86 (position 10.00 230.00)
87 (bounds 102.00 102.00)
88 (drawsContent 1)
89 (backgroundColor #008000)
90 (transform ...)
91 )
92 (GraphicsLayer
93 (position 10.00 340.00)
94 (bounds 102.00 102.00)
95 (drawsContent 1)
96 (backgroundColor #008000)
97 ) 89 )
98 ) 90 )
99 ) 91 )
100 (GraphicsLayer
101 (position 18.00 692.00)
102 (bounds 100.00 100.00)
103 (contentsOpaque 1)
104 (drawsContent 1)
105 (backgroundColor #FFFF00)
106 )
107 ) 92 )
108 ) 93 )
109 ) 94 )
110 ) 95 )
111 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698