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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-preserved-3d-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 123456Before: 1 123456Before:
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 800.00 600.00) 3 (bounds 800.00 600.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 800.00 600.00) 6 (bounds 800.00 600.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 ) 75 )
76 76
77 After: 77 After:
78 (GraphicsLayer 78 (GraphicsLayer
79 (bounds 800.00 600.00) 79 (bounds 800.00 600.00)
80 (children 1 80 (children 1
81 (GraphicsLayer 81 (GraphicsLayer
82 (bounds 800.00 600.00) 82 (bounds 800.00 600.00)
83 (contentsOpaque 1) 83 (contentsOpaque 1)
84 (drawsContent 1) 84 (drawsContent 1)
85 (children 5 85 (children 2
86 (GraphicsLayer 86 (GraphicsLayer
87 (position 108.00 108.00) 87 (position 108.00 108.00)
88 (children 1 88 (children 1
89 (GraphicsLayer 89 (GraphicsLayer
90 (shouldFlattenTransform 0) 90 (shouldFlattenTransform 0)
91 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.2 5 1.00 -0.01] [0.00 0.00 0.00 1.00]) 91 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.2 5 1.00 -0.01] [0.00 0.00 0.00 1.00])
92 (children 1 92 (children 1
93 (GraphicsLayer 93 (GraphicsLayer
94 (anchor 50.00 50.00) 94 (anchor 50.00 50.00)
95 (bounds 1.00 1.00) 95 (bounds 1.00 1.00)
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 (backgroundColor #00FF00CC) 139 (backgroundColor #00FF00CC)
140 (transform [1.00 0.00 0.00 0.00] [0.00 0.00 -1.00 0.00] [0 .00 1.00 0.00 0.00] [0.00 50.00 0.00 1.00]) 140 (transform [1.00 0.00 0.00 0.00] [0.00 0.00 -1.00 0.00] [0 .00 1.00 0.00 0.00] [0.00 50.00 0.00 1.00])
141 ) 141 )
142 ) 142 )
143 ) 143 )
144 ) 144 )
145 ) 145 )
146 ) 146 )
147 ) 147 )
148 (GraphicsLayer 148 (GraphicsLayer
149 (position 8.00 8.00) 149 (children 2
150 (bounds 100.00 150.00) 150 (GraphicsLayer
151 (contentsOpaque 1) 151 (position 8.00 8.00)
152 (drawsContent 1) 152 (bounds 100.00 150.00)
153 (backgroundColor #808080) 153 (contentsOpaque 1)
154 ) 154 (drawsContent 1)
155 (GraphicsLayer 155 (backgroundColor #808080)
156 (position 208.00 8.00) 156 )
157 (bounds 100.00 150.00) 157 (GraphicsLayer
158 (contentsOpaque 1) 158 (position 8.00 8.00)
159 (drawsContent 1) 159 (bounds 300.00 300.00)
160 (backgroundColor #808080) 160 (drawsContent 1)
161 ) 161 )
162 (GraphicsLayer 162 )
163 (position 8.00 158.00)
164 (bounds 100.00 150.00)
165 (contentsOpaque 1)
166 (drawsContent 1)
167 (backgroundColor #808080)
168 )
169 (GraphicsLayer
170 (position 208.00 158.00)
171 (bounds 100.00 150.00)
172 (contentsOpaque 1)
173 (drawsContent 1)
174 (backgroundColor #808080)
175 ) 163 )
176 ) 164 )
177 ) 165 )
178 ) 166 )
179 ) 167 )
180 168
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698