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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-1-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 ' twist itself round and look up in her face, with\n'", 10 "object": "InlineTextBox ' twist itself round and look up in her face, with\n'",
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "rect": [178, 350, 146, 18], 466 "rect": [178, 350, 146, 18],
467 "reason": "bounds change" 467 "reason": "bounds change"
468 }, 468 },
469 { 469 {
470 "object": "LayoutText #text", 470 "object": "LayoutText #text",
471 "rect": [65, 350, 145, 18], 471 "rect": [65, 350, 145, 18],
472 "reason": "bounds change" 472 "reason": "bounds change"
473 }, 473 },
474 { 474 {
475 "object": "LayoutText #text", 475 "object": "LayoutText #text",
476 "rect": [65, 386, 303, 36],
477 "reason": "bounds change"
478 },
479 {
480 "object": "LayoutText #text",
481 "rect": [14, 386, 354, 36], 476 "rect": [14, 386, 354, 36],
482 "reason": "bounds change" 477 "reason": "bounds change"
483 }, 478 },
484 { 479 {
485 "object": "LayoutText #text", 480 "object": "LayoutText #text",
486 "rect": [14, 404, 355, 36], 481 "rect": [14, 404, 355, 36],
487 "reason": "bounds change" 482 "reason": "bounds change"
488 }, 483 },
489 { 484 {
490 "object": "LayoutText #text",
491 "rect": [301, 404, 67, 18],
492 "reason": "bounds change"
493 },
494 {
495 "object": "RootInlineBox", 485 "object": "RootInlineBox",
496 "rect": [0, 0, 0, 0], 486 "rect": [0, 0, 0, 0],
497 "reason": "full" 487 "reason": "full"
498 }, 488 },
499 { 489 {
500 "object": "RootInlineBox", 490 "object": "RootInlineBox",
501 "rect": [0, 0, 0, 0], 491 "rect": [0, 0, 0, 0],
502 "reason": "full" 492 "reason": "full"
503 }, 493 },
504 { 494 {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 { 604 {
615 "object": "RootInlineBox", 605 "object": "RootInlineBox",
616 "rect": [0, 0, 0, 0], 606 "rect": [0, 0, 0, 0],
617 "reason": "full" 607 "reason": "full"
618 } 608 }
619 ] 609 ]
620 } 610 }
621 ] 611 ]
622 } 612 }
623 613
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698