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

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

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Improve raster performance Created 4 years, 1 month 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": "LayoutTableCell TD class='half'", 10 "object": "LayoutTableCell TD class='half'",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 { 165 {
166 "object": "LayoutTableRow TR", 166 "object": "LayoutTableRow TR",
167 "reason": "location change" 167 "reason": "location change"
168 }, 168 },
169 { 169 {
170 "object": "LayoutTableCell TD class='red half'", 170 "object": "LayoutTableCell TD class='red half'",
171 "reason": "bounds change" 171 "reason": "bounds change"
172 }, 172 },
173 { 173 {
174 "object": "LayoutTable TABLE", 174 "object": "LayoutTable TABLE",
175 "reason": "style change"
176 },
177 {
178 "object": "LayoutTable TABLE",
175 "reason": "incremental" 179 "reason": "incremental"
176 }, 180 },
177 { 181 {
178 "object": "LayoutTableRow TR", 182 "object": "LayoutTableRow TR",
179 "reason": "location change" 183 "reason": "location change"
180 }, 184 },
181 { 185 {
182 "object": "LayoutTableCell TD class='half'", 186 "object": "LayoutTableCell TD class='half'",
183 "reason": "bounds change" 187 "reason": "bounds change"
184 }, 188 },
185 { 189 {
186 "object": "LayoutTableRow TR", 190 "object": "LayoutTableRow TR",
187 "reason": "location change" 191 "reason": "location change"
188 }, 192 },
189 { 193 {
190 "object": "LayoutTableCell TD class='half'", 194 "object": "LayoutTableCell TD class='half'",
191 "reason": "bounds change" 195 "reason": "bounds change"
192 } 196 }
193 ] 197 ]
194 } 198 }
195 199
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698