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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 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 "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": "LayoutTableCol COLGROUP id='colgroup'", 10 "object": "LayoutTableCol COLGROUP id='colgroup'",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 { 69 {
70 "object": "LayoutTableSection TBODY", 70 "object": "LayoutTableSection TBODY",
71 "rect": [169, 9, 4, 100], 71 "rect": [169, 9, 4, 100],
72 "reason": "incremental" 72 "reason": "incremental"
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ], 76 ],
77 "objectPaintInvalidations": [ 77 "objectPaintInvalidations": [
78 { 78 {
79 "object": "LayoutTableCell TD", 79 "object": "LayoutTableSection TBODY",
80 "reason": "style change" 80 "reason": "style change"
81 }, 81 },
82 { 82 {
83 "object": "LayoutTableCell TD", 83 "object": "LayoutTableSection TBODY",
84 "reason": "style change" 84 "reason": "style change"
85 }, 85 },
86 { 86 {
87 "object": "LayoutTableCell TD", 87 "object": "LayoutTableSection TBODY",
88 "reason": "style change" 88 "reason": "style change"
89 }, 89 },
90 { 90 {
91 "object": "LayoutTableCell TD", 91 "object": "LayoutTableSection TBODY",
92 "reason": "style change" 92 "reason": "style change"
93 }, 93 },
94 { 94 {
95 "object": "LayoutTableCell TD", 95 "object": "LayoutTableSection TBODY",
96 "reason": "style change" 96 "reason": "style change"
97 }, 97 },
98 { 98 {
99 "object": "LayoutTableCell TD", 99 "object": "LayoutTableSection TBODY",
100 "reason": "style change" 100 "reason": "style change"
101 }, 101 },
102 { 102 {
103 "object": "LayoutTable TABLE", 103 "object": "LayoutTable TABLE",
104 "reason": "incremental" 104 "reason": "incremental"
105 }, 105 },
106 { 106 {
107 "object": "LayoutTableCol COLGROUP id='colgroup'", 107 "object": "LayoutTableCol COLGROUP id='colgroup'",
108 "reason": "style change" 108 "reason": "style change"
109 }, 109 },
(...skipping 21 matching lines...) Expand all
131 "object": "LayoutTableCell TD", 131 "object": "LayoutTableCell TD",
132 "reason": "bounds change" 132 "reason": "bounds change"
133 }, 133 },
134 { 134 {
135 "object": "LayoutTableCell TD", 135 "object": "LayoutTableCell TD",
136 "reason": "bounds change" 136 "reason": "bounds change"
137 } 137 }
138 ] 138 ]
139 } 139 }
140 140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698