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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/float-overflow-right-expected.txt

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 { 671 {
672 "object": "LayoutText #text", 672 "object": "LayoutText #text",
673 "reason": "location change" 673 "reason": "location change"
674 }, 674 },
675 { 675 {
676 "object": "LayoutTable TABLE class='outer'", 676 "object": "LayoutTable TABLE class='outer'",
677 "reason": "bounds change" 677 "reason": "bounds change"
678 }, 678 },
679 { 679 {
680 "object": "LayoutTableSection TBODY", 680 "object": "LayoutTableSection TBODY",
681 "reason": "location change" 681 "reason": "bounds change"
682 }, 682 },
683 { 683 {
684 "object": "LayoutTableRow TR", 684 "object": "LayoutTableRow TR",
685 "reason": "location change" 685 "reason": "location change"
686 }, 686 },
687 { 687 {
688 "object": "LayoutTableCell TD", 688 "object": "LayoutTableCell TD",
689 "reason": "bounds change" 689 "reason": "bounds change"
690 }, 690 },
691 { 691 {
(...skipping 23 matching lines...) Expand all
715 { 715 {
716 "object": "LayoutText #text", 716 "object": "LayoutText #text",
717 "reason": "location change" 717 "reason": "location change"
718 }, 718 },
719 { 719 {
720 "object": "LayoutTable TABLE class='outer'", 720 "object": "LayoutTable TABLE class='outer'",
721 "reason": "bounds change" 721 "reason": "bounds change"
722 }, 722 },
723 { 723 {
724 "object": "LayoutTableSection TBODY", 724 "object": "LayoutTableSection TBODY",
725 "reason": "location change" 725 "reason": "bounds change"
726 }, 726 },
727 { 727 {
728 "object": "LayoutTableRow TR", 728 "object": "LayoutTableRow TR",
729 "reason": "location change" 729 "reason": "location change"
730 }, 730 },
731 { 731 {
732 "object": "LayoutTableCell TD", 732 "object": "LayoutTableCell TD",
733 "reason": "bounds change" 733 "reason": "bounds change"
734 }, 734 },
735 { 735 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 { 767 {
768 "object": "RootInlineBox", 768 "object": "RootInlineBox",
769 "reason": "bounds change" 769 "reason": "bounds change"
770 }, 770 },
771 { 771 {
772 "object": "LayoutTable TABLE class='outer'", 772 "object": "LayoutTable TABLE class='outer'",
773 "reason": "bounds change" 773 "reason": "bounds change"
774 }, 774 },
775 { 775 {
776 "object": "LayoutTableSection TBODY", 776 "object": "LayoutTableSection TBODY",
777 "reason": "location change" 777 "reason": "bounds change"
778 }, 778 },
779 { 779 {
780 "object": "LayoutTableRow TR", 780 "object": "LayoutTableRow TR",
781 "reason": "location change" 781 "reason": "location change"
782 }, 782 },
783 { 783 {
784 "object": "LayoutTableCell TD", 784 "object": "LayoutTableCell TD",
785 "reason": "bounds change" 785 "reason": "bounds change"
786 }, 786 },
787 { 787 {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 "object": "LayoutText #text", 964 "object": "LayoutText #text",
965 "reason": "location change" 965 "reason": "location change"
966 }, 966 },
967 { 967 {
968 "object": "LayoutText #text", 968 "object": "LayoutText #text",
969 "reason": "location change" 969 "reason": "location change"
970 } 970 }
971 ] 971 ]
972 } 972 }
973 973
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698