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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-repaint-vertical-align-cell-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": "LayoutTableSection TBODY",
11 "rect": [0, 150, 106, 380],
12 "reason": "incremental"
13 },
14 {
10 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
11 "rect": [2, 52, 102, 476], 16 "rect": [2, 52, 102, 476],
12 "reason": "forced by layout" 17 "reason": "forced by layout"
13 } 18 }
14 ] 19 ]
15 } 20 }
16 ], 21 ],
17 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
18 { 23 {
24 "object": "LayoutTableSection TBODY",
25 "reason": "incremental"
26 },
27 {
19 "object": "LayoutTableCell TD", 28 "object": "LayoutTableCell TD",
20 "reason": "forced by layout" 29 "reason": "forced by layout"
21 }, 30 },
22 { 31 {
23 "object": "RootInlineBox", 32 "object": "RootInlineBox",
24 "reason": "forced by layout" 33 "reason": "forced by layout"
25 }, 34 },
26 { 35 {
27 "object": "LayoutText #text", 36 "object": "LayoutText #text",
28 "reason": "forced by layout" 37 "reason": "forced by layout"
29 }, 38 },
30 { 39 {
31 "object": "InlineTextBox 'MIDDLE'", 40 "object": "InlineTextBox 'MIDDLE'",
32 "reason": "forced by layout" 41 "reason": "forced by layout"
33 } 42 }
34 ] 43 ]
35 } 44 }
36 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698