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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-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 COL id='col'", 10 "object": "LayoutTableCol COL id='col'",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 { 64 {
65 "object": "LayoutTable TABLE", 65 "object": "LayoutTable TABLE",
66 "rect": [116, 8, 5, 104], 66 "rect": [116, 8, 5, 104],
67 "reason": "incremental" 67 "reason": "incremental"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ], 71 ],
72 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
73 { 73 {
74 "object": "LayoutTableCell TD", 74 "object": "LayoutTableSection TBODY",
75 "reason": "style change" 75 "reason": "style change"
76 }, 76 },
77 { 77 {
78 "object": "LayoutTableCell TD", 78 "object": "LayoutTableSection TBODY",
79 "reason": "style change" 79 "reason": "style change"
80 }, 80 },
81 { 81 {
82 "object": "LayoutTableCell TD", 82 "object": "LayoutTableSection TBODY",
83 "reason": "style change" 83 "reason": "style change"
84 }, 84 },
85 { 85 {
86 "object": "LayoutTableCell TD", 86 "object": "LayoutTableSection TBODY",
87 "reason": "style change" 87 "reason": "style change"
88 }, 88 },
89 { 89 {
90 "object": "LayoutTable TABLE", 90 "object": "LayoutTable TABLE",
91 "reason": "incremental" 91 "reason": "incremental"
92 }, 92 },
93 { 93 {
94 "object": "LayoutTableCol COL id='col'", 94 "object": "LayoutTableCol COL id='col'",
95 "reason": "style change" 95 "reason": "style change"
96 }, 96 },
(...skipping 21 matching lines...) Expand all
118 "object": "LayoutTableCell TD", 118 "object": "LayoutTableCell TD",
119 "reason": "bounds change" 119 "reason": "bounds change"
120 }, 120 },
121 { 121 {
122 "object": "LayoutTableCell TD", 122 "object": "LayoutTableCell TD",
123 "reason": "bounds change" 123 "reason": "bounds change"
124 } 124 }
125 ] 125 ]
126 } 126 }
127 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698