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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-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": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
11 "rect": [8, 159, 114, 2], 11 "rect": [8, 159, 114, 2],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableSection TBODY id='tbody'", 15 "object": "LayoutTableSection TBODY id='tbody'",
16 "rect": [10, 10, 110, 100], 16 "rect": [10, 10, 110, 100],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [10, 110, 110, 50],
22 "reason": "bounds change"
23 },
24 {
20 "object": "LayoutTableSection TBODY id='tbody'", 25 "object": "LayoutTableSection TBODY id='tbody'",
21 "rect": [9, 9, 107, 100], 26 "rect": [9, 9, 107, 100],
22 "reason": "style change" 27 "reason": "style change"
23 }, 28 },
24 { 29 {
30 "object": "LayoutTableSection TBODY",
31 "rect": [9, 109, 107, 50],
32 "reason": "bounds change"
33 },
34 {
25 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
26 "rect": [64, 8, 58, 53], 36 "rect": [64, 8, 58, 53],
27 "reason": "bounds change" 37 "reason": "bounds change"
28 }, 38 },
29 { 39 {
30 "object": "LayoutTableCell TD", 40 "object": "LayoutTableCell TD",
31 "rect": [8, 59, 58, 53], 41 "rect": [8, 59, 58, 53],
32 "reason": "bounds change" 42 "reason": "bounds change"
33 }, 43 },
34 { 44 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 { 84 {
75 "object": "LayoutTable TABLE", 85 "object": "LayoutTable TABLE",
76 "rect": [115, 8, 7, 153], 86 "rect": [115, 8, 7, 153],
77 "reason": "incremental" 87 "reason": "incremental"
78 } 88 }
79 ] 89 ]
80 } 90 }
81 ], 91 ],
82 "objectPaintInvalidations": [ 92 "objectPaintInvalidations": [
83 { 93 {
84 "object": "LayoutTableCell TD", 94 "object": "LayoutTableSection TBODY id='tbody'",
85 "reason": "style change" 95 "reason": "style change"
86 }, 96 },
87 { 97 {
88 "object": "LayoutTableCell TD", 98 "object": "LayoutTableSection TBODY id='tbody'",
89 "reason": "style change" 99 "reason": "style change"
90 }, 100 },
91 { 101 {
92 "object": "LayoutTableCell TD", 102 "object": "LayoutTableSection TBODY id='tbody'",
93 "reason": "style change" 103 "reason": "style change"
94 }, 104 },
95 { 105 {
96 "object": "LayoutTableCell TD", 106 "object": "LayoutTableSection TBODY id='tbody'",
97 "reason": "style change" 107 "reason": "style change"
98 }, 108 },
99 { 109 {
100 "object": "LayoutTableCell TD", 110 "object": "LayoutTableSection TBODY",
101 "reason": "style change" 111 "reason": "style change"
102 }, 112 },
103 { 113 {
104 "object": "LayoutTableCell TD", 114 "object": "LayoutTableSection TBODY",
105 "reason": "style change" 115 "reason": "style change"
106 }, 116 },
107 { 117 {
108 "object": "LayoutTable TABLE", 118 "object": "LayoutTable TABLE",
109 "reason": "incremental" 119 "reason": "incremental"
110 }, 120 },
111 { 121 {
112 "object": "LayoutTableSection TBODY id='tbody'", 122 "object": "LayoutTableSection TBODY id='tbody'",
113 "reason": "style change" 123 "reason": "style change"
114 }, 124 },
(...skipping 15 matching lines...) Expand all
130 }, 140 },
131 { 141 {
132 "object": "LayoutTableCell TD", 142 "object": "LayoutTableCell TD",
133 "reason": "bounds change" 143 "reason": "bounds change"
134 }, 144 },
135 { 145 {
136 "object": "LayoutTableCell TD", 146 "object": "LayoutTableCell TD",
137 "reason": "bounds change" 147 "reason": "bounds change"
138 }, 148 },
139 { 149 {
150 "object": "LayoutTableSection TBODY",
151 "reason": "bounds change"
152 },
153 {
140 "object": "LayoutTableRow TR", 154 "object": "LayoutTableRow TR",
141 "reason": "location change" 155 "reason": "location change"
142 }, 156 },
143 { 157 {
144 "object": "LayoutTableCell TD", 158 "object": "LayoutTableCell TD",
145 "reason": "bounds change" 159 "reason": "bounds change"
146 }, 160 },
147 { 161 {
148 "object": "LayoutTableCell TD", 162 "object": "LayoutTableCell TD",
149 "reason": "bounds change" 163 "reason": "bounds change"
150 } 164 }
151 ] 165 ]
152 } 166 }
153 167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698