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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-collapsed-border-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": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "object": "LayoutText #text", 65 "object": "LayoutText #text",
66 "rect": [23, 225, 34, 19], 66 "rect": [23, 225, 34, 19],
67 "reason": "layoutObject removal" 67 "reason": "layoutObject removal"
68 }, 68 },
69 { 69 {
70 "object": "LayoutTable TABLE", 70 "object": "LayoutTable TABLE",
71 "rect": [76, 286, 31, 82], 71 "rect": [76, 286, 31, 82],
72 "reason": "incremental" 72 "reason": "incremental"
73 }, 73 },
74 { 74 {
75 "object": "LayoutTableSection TBODY",
76 "rect": [76, 290, 27, 74],
77 "reason": "incremental"
78 },
79 {
75 "object": "LayoutTableCell TD", 80 "object": "LayoutTableCell TD",
76 "rect": [8, 224, 14, 22], 81 "rect": [8, 224, 14, 22],
77 "reason": "forced by layout" 82 "reason": "forced by layout"
78 }, 83 },
79 { 84 {
80 "object": "LayoutTableCell TD", 85 "object": "LayoutTableCell TD",
81 "rect": [8, 132, 14, 22], 86 "rect": [8, 132, 14, 22],
82 "reason": "forced by layout" 87 "reason": "forced by layout"
83 } 88 }
84 ] 89 ]
(...skipping 10 matching lines...) Expand all
95 }, 100 },
96 { 101 {
97 "object": "LayoutText #text", 102 "object": "LayoutText #text",
98 "reason": "layoutObject removal" 103 "reason": "layoutObject removal"
99 }, 104 },
100 { 105 {
101 "object": "LayoutTableCell TD id='d2'", 106 "object": "LayoutTableCell TD id='d2'",
102 "reason": "layoutObject removal" 107 "reason": "layoutObject removal"
103 }, 108 },
104 { 109 {
105 "object": "LayoutTableCell TD", 110 "object": "LayoutTableSection TBODY",
106 "reason": "style change" 111 "reason": "style change"
107 }, 112 },
108 { 113 {
109 "object": "LayoutTableCell TD", 114 "object": "LayoutTableSection TBODY",
110 "reason": "style change" 115 "reason": "style change"
111 }, 116 },
112 { 117 {
113 "object": "LayoutTableCell TD", 118 "object": "LayoutTableSection TBODY",
114 "reason": "style change" 119 "reason": "style change"
115 }, 120 },
116 { 121 {
117 "object": "LayoutTableCell TD", 122 "object": "LayoutTableSection TBODY",
118 "reason": "style change" 123 "reason": "style change"
119 }, 124 },
120 { 125 {
121 "object": "LayoutTableCell TD", 126 "object": "LayoutTableSection TBODY",
122 "reason": "style change" 127 "reason": "style change"
123 }, 128 },
124 { 129 {
125 "object": "LayoutTableCell TD", 130 "object": "LayoutTableSection TBODY",
126 "reason": "style change" 131 "reason": "style change"
127 }, 132 },
128 { 133 {
129 "object": "LayoutTable TABLE id='t'", 134 "object": "LayoutTable TABLE id='t'",
130 "reason": "style change" 135 "reason": "style change"
131 }, 136 },
132 { 137 {
133 "object": "LayoutTable TABLE", 138 "object": "LayoutTable TABLE",
134 "reason": "full" 139 "reason": "full"
135 }, 140 },
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 }, 212 },
208 { 213 {
209 "object": "InlineTextBox '\u00A0'", 214 "object": "InlineTextBox '\u00A0'",
210 "reason": "forced by layout" 215 "reason": "forced by layout"
211 }, 216 },
212 { 217 {
213 "object": "LayoutTable TABLE", 218 "object": "LayoutTable TABLE",
214 "reason": "incremental" 219 "reason": "incremental"
215 }, 220 },
216 { 221 {
222 "object": "LayoutTableSection TBODY",
223 "reason": "incremental"
224 },
225 {
217 "object": "LayoutTableCell TD", 226 "object": "LayoutTableCell TD",
218 "reason": "forced by layout" 227 "reason": "forced by layout"
219 }, 228 },
220 { 229 {
221 "object": "RootInlineBox", 230 "object": "RootInlineBox",
222 "reason": "forced by layout" 231 "reason": "forced by layout"
223 }, 232 },
224 { 233 {
225 "object": "LayoutText #text", 234 "object": "LayoutText #text",
226 "reason": "forced by layout" 235 "reason": "forced by layout"
(...skipping 30 matching lines...) Expand all
257 "object": "LayoutText #text", 266 "object": "LayoutText #text",
258 "reason": "forced by layout" 267 "reason": "forced by layout"
259 }, 268 },
260 { 269 {
261 "object": "InlineTextBox 'sit amet'", 270 "object": "InlineTextBox 'sit amet'",
262 "reason": "forced by layout" 271 "reason": "forced by layout"
263 } 272 }
264 ] 273 ]
265 } 274 }
266 275
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698