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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-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": [785, 850], 5 "bounds": [785, 850],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 850, 785, 200], 11 "rect": [0, 850, 785, 200],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD id='resizeMe'", 15 "object": "LayoutTableCell TD id='resizeMe'",
16 "rect": [8, 117, 769, 205], 16 "rect": [8, 117, 769, 205],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [8, 842, 769, 200],
22 "reason": "incremental"
23 },
24 {
20 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
21 "rect": [8, 982, 769, 60], 26 "rect": [8, 982, 769, 60],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
25 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
26 "rect": [8, 922, 769, 60], 31 "rect": [8, 922, 769, 60],
27 "reason": "bounds change" 32 "reason": "bounds change"
28 }, 33 },
29 { 34 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 } 143 }
139 ] 144 ]
140 } 145 }
141 ], 146 ],
142 "objectPaintInvalidations": [ 147 "objectPaintInvalidations": [
143 { 148 {
144 "object": "LayoutView #document", 149 "object": "LayoutView #document",
145 "reason": "incremental" 150 "reason": "incremental"
146 }, 151 },
147 { 152 {
153 "object": "LayoutTableSection TBODY",
154 "reason": "incremental"
155 },
156 {
148 "object": "LayoutTableCell TD id='resizeMe'", 157 "object": "LayoutTableCell TD id='resizeMe'",
149 "reason": "incremental" 158 "reason": "incremental"
150 }, 159 },
151 { 160 {
152 "object": "LayoutTableCell TD", 161 "object": "LayoutTableCell TD",
153 "reason": "bounds change" 162 "reason": "bounds change"
154 }, 163 },
155 { 164 {
156 "object": "RootInlineBox", 165 "object": "RootInlineBox",
157 "reason": "bounds change" 166 "reason": "bounds change"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "object": "LayoutText #text", 345 "object": "LayoutText #text",
337 "reason": "bounds change" 346 "reason": "bounds change"
338 }, 347 },
339 { 348 {
340 "object": "InlineTextBox '13'", 349 "object": "InlineTextBox '13'",
341 "reason": "bounds change" 350 "reason": "bounds change"
342 } 351 }
343 ] 352 ]
344 } 353 }
345 354
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698