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: third_party/WebKit/LayoutTests/platform/mac/svg/text/text-rescale-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 { 271 {
272 "object": "LayoutText #text", 272 "object": "LayoutText #text",
273 "rect": [0, 0, 1, 1], 273 "rect": [0, 0, 1, 1],
274 "reason": "bounds change" 274 "reason": "bounds change"
275 } 275 }
276 ] 276 ]
277 } 277 }
278 ], 278 ],
279 "objectPaintInvalidations": [ 279 "objectPaintInvalidations": [
280 { 280 {
281 "object": "RootInlineBox",
282 "reason": "full"
283 },
284 {
285 "object": "InlineTextBox 'PASS '",
286 "reason": "full"
287 },
288 {
289 "object": "InlineFlowBox",
290 "reason": "full"
291 },
292 {
293 "object": "InlineTextBox 'PASS'",
294 "reason": "full"
295 },
296 {
297 "object": "RootInlineBox",
298 "reason": "full"
299 },
300 {
301 "object": "InlineTextBox 'PASS'",
302 "reason": "full"
303 },
304 {
305 "object": "RootInlineBox",
306 "reason": "full"
307 },
308 {
309 "object": "InlineTextBox 'PASS '",
310 "reason": "full"
311 },
312 {
313 "object": "InlineFlowBox",
314 "reason": "full"
315 },
316 {
317 "object": "InlineTextBox 'PASS'",
318 "reason": "full"
319 },
320 {
321 "object": "RootInlineBox",
322 "reason": "full"
323 },
324 {
325 "object": "InlineTextBox 'PASS'",
326 "reason": "full"
327 },
328 {
329 "object": "RootInlineBox",
330 "reason": "full"
331 },
332 {
333 "object": "InlineTextBox 'PASS '",
334 "reason": "full"
335 },
336 {
337 "object": "InlineFlowBox",
338 "reason": "full"
339 },
340 {
341 "object": "InlineTextBox 'PASS'",
342 "reason": "full"
343 },
344 {
345 "object": "RootInlineBox",
346 "reason": "full"
347 },
348 {
349 "object": "InlineTextBox 'PASS'",
350 "reason": "full"
351 },
352 {
281 "object": "LayoutSVGRoot (positioned) svg", 353 "object": "LayoutSVGRoot (positioned) svg",
282 "reason": "bounds change" 354 "reason": "bounds change"
283 }, 355 },
284 { 356 {
285 "object": "LayoutSVGContainer g id='text1g'", 357 "object": "LayoutSVGContainer g id='text1g'",
286 "reason": "full" 358 "reason": "full"
287 }, 359 },
288 { 360 {
289 "object": "LayoutSVGText text", 361 "object": "LayoutSVGText text",
290 "reason": "forced by layout" 362 "reason": "forced by layout"
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "object": "LayoutSVGInlineText #text", 529 "object": "LayoutSVGInlineText #text",
458 "reason": "bounds change" 530 "reason": "bounds change"
459 }, 531 },
460 { 532 {
461 "object": "InlineTextBox 'PASS'", 533 "object": "InlineTextBox 'PASS'",
462 "reason": "bounds change" 534 "reason": "bounds change"
463 } 535 }
464 ] 536 ]
465 } 537 }
466 538
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698