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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox 'Aliquam ut turpis nisl, in vulputate sapien. Cum sociis natoque'", 10 "object": "InlineTextBox 'Aliquam ut turpis nisl, in vulputate sapien. Cum sociis natoque'",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "rect": [400, 128, 392, 160], 126 "rect": [400, 128, 392, 160],
127 "reason": "location change" 127 "reason": "location change"
128 }, 128 },
129 { 129 {
130 "object": "LayoutBlockFlow DIV id='content'", 130 "object": "LayoutBlockFlow DIV id='content'",
131 "rect": [148, 128, 644, 100], 131 "rect": [148, 128, 644, 100],
132 "reason": "location change" 132 "reason": "location change"
133 }, 133 },
134 { 134 {
135 "object": "LayoutBlockFlow DIV id='content'", 135 "object": "LayoutBlockFlow DIV id='content'",
136 "rect": [148, 128, 644, 100],
137 "reason": "location change"
138 },
139 {
140 "object": "LayoutBlockFlow DIV id='content'",
141 "rect": [138, 128, 654, 100], 136 "rect": [138, 128, 654, 100],
142 "reason": "location change" 137 "reason": "location change"
143 }, 138 },
144 { 139 {
145 "object": "LayoutBlockFlow DIV id='left'", 140 "object": "LayoutBlockFlow DIV id='left'",
146 "rect": [148, 128, 252, 160], 141 "rect": [148, 128, 252, 160],
147 "reason": "incremental" 142 "reason": "incremental"
148 }, 143 },
149 { 144 {
150 "object": "LayoutBlockFlow DIV id='left'", 145 "object": "LayoutBlockFlow DIV id='left'",
(...skipping 10 matching lines...) Expand all
161 "rect": [400, 128, 392, 160], 156 "rect": [400, 128, 392, 160],
162 "reason": "location change" 157 "reason": "location change"
163 }, 158 },
164 { 159 {
165 "object": "LayoutBlockFlow P", 160 "object": "LayoutBlockFlow P",
166 "rect": [148, 128, 644, 100], 161 "rect": [148, 128, 644, 100],
167 "reason": "location change" 162 "reason": "location change"
168 }, 163 },
169 { 164 {
170 "object": "LayoutBlockFlow P", 165 "object": "LayoutBlockFlow P",
171 "rect": [148, 128, 644, 100],
172 "reason": "location change"
173 },
174 {
175 "object": "LayoutBlockFlow P",
176 "rect": [138, 128, 654, 100], 166 "rect": [138, 128, 654, 100],
177 "reason": "location change" 167 "reason": "location change"
178 }, 168 },
179 { 169 {
180 "object": "LayoutText #text", 170 "object": "LayoutText #text",
181 "rect": [400, 128, 389, 159], 171 "rect": [400, 128, 389, 159],
182 "reason": "location change" 172 "reason": "location change"
183 }, 173 },
184 { 174 {
185 "object": "LayoutText #text", 175 "object": "LayoutText #text",
186 "rect": [148, 128, 640, 99], 176 "rect": [148, 128, 640, 99],
187 "reason": "location change" 177 "reason": "location change"
188 }, 178 },
189 { 179 {
190 "object": "LayoutText #text", 180 "object": "LayoutText #text",
191 "rect": [148, 128, 640, 99],
192 "reason": "location change"
193 },
194 {
195 "object": "LayoutText #text",
196 "rect": [138, 128, 651, 99], 181 "rect": [138, 128, 651, 99],
197 "reason": "location change" 182 "reason": "location change"
198 }, 183 },
199 { 184 {
200 "object": "RootInlineBox", 185 "object": "RootInlineBox",
201 "rect": [0, 0, 0, 0], 186 "rect": [0, 0, 0, 0],
202 "reason": "full" 187 "reason": "full"
203 }, 188 },
204 { 189 {
205 "object": "RootInlineBox", 190 "object": "RootInlineBox",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 { 254 {
270 "object": "RootInlineBox", 255 "object": "RootInlineBox",
271 "rect": [0, 0, 0, 0], 256 "rect": [0, 0, 0, 0],
272 "reason": "full" 257 "reason": "full"
273 } 258 }
274 ] 259 ]
275 } 260 }
276 ] 261 ]
277 } 262 }
278 263
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698