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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-collapsed-border-expected.txt

Issue 2173163003: [css-tables] Mark sibling cells dirty when a cell is removed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark fast/repaint/table-collapsed-border.html NeedsRebaseline Created 4 years, 5 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 "object": "LayoutTable TABLE", 107 "object": "LayoutTable TABLE",
108 "rect": [74, 286, 29, 82], 108 "rect": [74, 286, 29, 82],
109 "reason": "incremental" 109 "reason": "incremental"
110 }, 110 },
111 { 111 {
112 "object": "LayoutTable TABLE", 112 "object": "LayoutTable TABLE",
113 "rect": [78, 286, 25, 82], 113 "rect": [78, 286, 25, 82],
114 "reason": "incremental" 114 "reason": "incremental"
115 },
116 {
117 "object": "LayoutTableCell TD",
118 "rect": [8, 224, 14, 22],
119 "reason": "forced by layout"
120 },
121 {
122 "object": "LayoutTableCell TD",
123 "rect": [8, 132, 14, 22],
124 "reason": "forced by layout"
125 },
126 {
127 "object": "LayoutText #text",
128 "rect": [17, 225, 4, 19],
129 "reason": "forced by layout"
130 },
131 {
132 "object": "LayoutText #text",
133 "rect": [17, 133, 4, 19],
134 "reason": "forced by layout"
115 } 135 }
116 ] 136 ]
117 } 137 }
118 ], 138 ],
119 "objectPaintInvalidations": [ 139 "objectPaintInvalidations": [
120 { 140 {
121 "object": "LayoutText #text", 141 "object": "LayoutText #text",
122 "reason": "layoutObject removal" 142 "reason": "layoutObject removal"
123 }, 143 },
124 { 144 {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }, 211 },
192 { 212 {
193 "object": "RootInlineBox", 213 "object": "RootInlineBox",
194 "reason": "forced by layout" 214 "reason": "forced by layout"
195 }, 215 },
196 { 216 {
197 "object": "LayoutText #text", 217 "object": "LayoutText #text",
198 "reason": "forced by layout" 218 "reason": "forced by layout"
199 }, 219 },
200 { 220 {
221 "object": "InlineTextBox '\u00A0'",
222 "reason": "forced by layout"
223 },
224 {
225 "object": "LayoutTableCell TD",
226 "reason": "forced by layout"
227 },
228 {
229 "object": "RootInlineBox",
230 "reason": "forced by layout"
231 },
232 {
233 "object": "LayoutText #text",
234 "reason": "forced by layout"
235 },
236 {
201 "object": "InlineTextBox 'sit amet'", 237 "object": "InlineTextBox 'sit amet'",
202 "reason": "forced by layout" 238 "reason": "forced by layout"
203 }, 239 },
204 { 240 {
205 "object": "LayoutTable TABLE", 241 "object": "LayoutTable TABLE",
206 "reason": "full" 242 "reason": "full"
207 }, 243 },
208 { 244 {
209 "object": "LayoutTableSection TBODY", 245 "object": "LayoutTableSection TBODY",
210 "reason": "forced by layout" 246 "reason": "forced by layout"
211 }, 247 },
212 { 248 {
249 "object": "LayoutTableCell TD",
250 "reason": "forced by layout"
251 },
252 {
253 "object": "RootInlineBox",
254 "reason": "forced by layout"
255 },
256 {
257 "object": "LayoutText #text",
258 "reason": "forced by layout"
259 },
260 {
261 "object": "InlineTextBox '\u00A0'",
262 "reason": "forced by layout"
263 },
264 {
213 "object": "LayoutTable TABLE", 265 "object": "LayoutTable TABLE",
214 "reason": "incremental" 266 "reason": "incremental"
215 }, 267 },
216 { 268 {
217 "object": "LayoutTableCell TD", 269 "object": "LayoutTableCell TD",
218 "reason": "forced by layout" 270 "reason": "forced by layout"
219 }, 271 },
220 { 272 {
221 "object": "RootInlineBox", 273 "object": "RootInlineBox",
222 "reason": "forced by layout" 274 "reason": "forced by layout"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "object": "LayoutText #text", 309 "object": "LayoutText #text",
258 "reason": "forced by layout" 310 "reason": "forced by layout"
259 }, 311 },
260 { 312 {
261 "object": "InlineTextBox 'sit amet'", 313 "object": "InlineTextBox 'sit amet'",
262 "reason": "forced by layout" 314 "reason": "forced by layout"
263 } 315 }
264 ] 316 ]
265 } 317 }
266 318
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698