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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 years, 7 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": [8, 218, 60, 60],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutTableSection TBODY",
16 "rect": [8, 188, 60, 60],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [8, 128, 60, 60],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutTableSection TBODY",
26 "rect": [8, 98, 60, 60],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutTableSection TBODY",
31 "rect": [8, 38, 60, 60],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutTableSection TBODY",
36 "rect": [8, 8, 60, 60],
37 "reason": "bounds change"
38 },
39 {
10 "object": "LayoutTableCell TD class='half'", 40 "object": "LayoutTableCell TD class='half'",
11 "rect": [8, 353, 60, 38], 41 "rect": [8, 353, 60, 38],
12 "reason": "bounds change" 42 "reason": "bounds change"
13 }, 43 },
14 { 44 {
15 "object": "LayoutTableCell TD class='half'", 45 "object": "LayoutTableCell TD class='half'",
16 "rect": [8, 338, 60, 38], 46 "rect": [8, 338, 60, 38],
17 "reason": "bounds change" 47 "reason": "bounds change"
18 }, 48 },
19 { 49 {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "object": "LayoutTableCell TD", 95 "object": "LayoutTableCell TD",
66 "rect": [8, 98, 60, 30], 96 "rect": [8, 98, 60, 30],
67 "reason": "became invisible" 97 "reason": "became invisible"
68 }, 98 },
69 { 99 {
70 "object": "LayoutTableCell TD class='red half'", 100 "object": "LayoutTableCell TD class='red half'",
71 "rect": [8, 98, 60, 30], 101 "rect": [8, 98, 60, 30],
72 "reason": "bounds change" 102 "reason": "bounds change"
73 }, 103 },
74 { 104 {
105 "object": "LayoutTableSection TBODY",
106 "rect": [8, 98, 60, 30],
107 "reason": "became invisible"
108 },
109 {
75 "object": "LayoutTableCell TD class='green half'", 110 "object": "LayoutTableCell TD class='green half'",
76 "rect": [8, 68, 60, 30], 111 "rect": [8, 68, 60, 30],
77 "reason": "bounds change" 112 "reason": "bounds change"
78 }, 113 },
79 { 114 {
80 "object": "LayoutTableCell TD class='green half'", 115 "object": "LayoutTableCell TD class='green half'",
81 "rect": [8, 38, 60, 30], 116 "rect": [8, 38, 60, 30],
82 "reason": "bounds change" 117 "reason": "bounds change"
83 }, 118 },
84 { 119 {
85 "object": "LayoutTableCell TD class='red half'", 120 "object": "LayoutTableCell TD class='red half'",
86 "rect": [8, 38, 60, 30], 121 "rect": [8, 38, 60, 30],
87 "reason": "bounds change" 122 "reason": "bounds change"
88 }, 123 },
89 { 124 {
90 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'", 125 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
91 "rect": [8, 8, 60, 30], 126 "rect": [8, 8, 60, 30],
92 "reason": "became invisible" 127 "reason": "became invisible"
93 }, 128 },
94 { 129 {
95 "object": "LayoutTableCell TD class='red half'", 130 "object": "LayoutTableCell TD class='red half'",
96 "rect": [8, 8, 60, 30], 131 "rect": [8, 8, 60, 30],
97 "reason": "bounds change" 132 "reason": "bounds change"
98 }, 133 },
99 { 134 {
100 "object": "LayoutTable TABLE", 135 "object": "LayoutTable TABLE",
101 "rect": [8, 372, 60, 19], 136 "rect": [8, 372, 60, 19],
102 "reason": "incremental" 137 "reason": "incremental"
138 },
139 {
140 "object": "LayoutTableSection TBODY",
141 "rect": [12, 327, 52, 60],
142 "reason": "bounds change"
143 },
144 {
145 "object": "LayoutTableSection TBODY",
146 "rect": [12, 312, 52, 60],
147 "reason": "bounds change"
103 } 148 }
104 ] 149 ]
105 } 150 }
106 ], 151 ],
107 "objectPaintInvalidations": [ 152 "objectPaintInvalidations": [
108 { 153 {
109 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'", 154 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
110 "reason": "became invisible" 155 "reason": "became invisible"
111 }, 156 },
112 { 157 {
158 "object": "LayoutTableSection TBODY",
159 "reason": "bounds change"
160 },
161 {
113 "object": "LayoutTableRow TR", 162 "object": "LayoutTableRow TR",
114 "reason": "location change" 163 "reason": "location change"
115 }, 164 },
116 { 165 {
117 "object": "LayoutTableCell TD class='red half'", 166 "object": "LayoutTableCell TD class='red half'",
118 "reason": "bounds change" 167 "reason": "bounds change"
119 }, 168 },
120 { 169 {
121 "object": "LayoutTableRow TR", 170 "object": "LayoutTableRow TR",
122 "reason": "location change" 171 "reason": "location change"
123 }, 172 },
124 { 173 {
125 "object": "LayoutTableCell TD class='green half'", 174 "object": "LayoutTableCell TD class='green half'",
126 "reason": "bounds change" 175 "reason": "bounds change"
127 }, 176 },
128 { 177 {
178 "object": "LayoutTableSection TBODY",
179 "reason": "became invisible"
180 },
181 {
129 "object": "LayoutTableCell TD", 182 "object": "LayoutTableCell TD",
130 "reason": "became invisible" 183 "reason": "became invisible"
131 }, 184 },
132 { 185 {
133 "object": "LayoutBlockFlow DIV id='top' class='blue half'", 186 "object": "LayoutBlockFlow DIV id='top' class='blue half'",
134 "reason": "became invisible" 187 "reason": "became invisible"
135 }, 188 },
136 { 189 {
190 "object": "LayoutTableSection TBODY",
191 "reason": "bounds change"
192 },
193 {
137 "object": "LayoutTableRow TR", 194 "object": "LayoutTableRow TR",
138 "reason": "location change" 195 "reason": "location change"
139 }, 196 },
140 { 197 {
141 "object": "LayoutTableCell TD class='red half'", 198 "object": "LayoutTableCell TD class='red half'",
142 "reason": "bounds change" 199 "reason": "bounds change"
143 }, 200 },
144 { 201 {
145 "object": "LayoutTableRow TR", 202 "object": "LayoutTableRow TR",
146 "reason": "location change" 203 "reason": "location change"
147 }, 204 },
148 { 205 {
149 "object": "LayoutTableCell TD class='green half'", 206 "object": "LayoutTableCell TD class='green half'",
150 "reason": "bounds change" 207 "reason": "bounds change"
151 }, 208 },
152 { 209 {
210 "object": "LayoutTableSection TBODY",
211 "reason": "bounds change"
212 },
213 {
153 "object": "LayoutTableRow TR", 214 "object": "LayoutTableRow TR",
154 "reason": "location change" 215 "reason": "location change"
155 }, 216 },
156 { 217 {
157 "object": "LayoutTableCell TD class='green half'", 218 "object": "LayoutTableCell TD class='green half'",
158 "reason": "bounds change" 219 "reason": "bounds change"
159 }, 220 },
160 { 221 {
161 "object": "LayoutTableRow TR", 222 "object": "LayoutTableRow TR",
162 "reason": "location change" 223 "reason": "location change"
163 }, 224 },
164 { 225 {
165 "object": "LayoutTableCell TD class='red half'", 226 "object": "LayoutTableCell TD class='red half'",
166 "reason": "bounds change" 227 "reason": "bounds change"
167 }, 228 },
168 { 229 {
169 "object": "LayoutTable TABLE", 230 "object": "LayoutTable TABLE",
170 "reason": "incremental" 231 "reason": "incremental"
171 }, 232 },
172 { 233 {
234 "object": "LayoutTableSection TBODY",
235 "reason": "bounds change"
236 },
237 {
173 "object": "LayoutTableRow TR", 238 "object": "LayoutTableRow TR",
174 "reason": "location change" 239 "reason": "location change"
175 }, 240 },
176 { 241 {
177 "object": "LayoutTableCell TD class='half'", 242 "object": "LayoutTableCell TD class='half'",
178 "reason": "bounds change" 243 "reason": "bounds change"
179 }, 244 },
180 { 245 {
181 "object": "LayoutTableRow TR", 246 "object": "LayoutTableRow TR",
182 "reason": "location change" 247 "reason": "location change"
183 }, 248 },
184 { 249 {
185 "object": "LayoutTableCell TD class='half'", 250 "object": "LayoutTableCell TD class='half'",
186 "reason": "bounds change" 251 "reason": "bounds change"
187 } 252 }
188 ] 253 ]
189 } 254 }
190 255
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698