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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/table-shrink-row-repaint-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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": [785, 848], 5 "bounds": [785, 848],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 1048],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutView #document", 10 "object": "LayoutView #document",
16 "rect": [0, 848, 785, 200], 11 "rect": [0, 848, 785, 200],
17 "reason": "incremental" 12 "reason": "incremental"
18 }, 13 },
19 { 14 {
20 "object": "LayoutTableCell TD id='resizeMe'", 15 "object": "LayoutTableCell TD id='resizeMe'",
21 "rect": [8, 115, 769, 205], 16 "rect": [8, 115, 769, 205],
22 "reason": "incremental" 17 "reason": "incremental"
23 }, 18 },
24 { 19 {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 } 258 }
264 ] 259 ]
265 } 260 }
266 ], 261 ],
267 "objectPaintInvalidations": [ 262 "objectPaintInvalidations": [
268 { 263 {
269 "object": "LayoutView #document", 264 "object": "LayoutView #document",
270 "reason": "incremental" 265 "reason": "incremental"
271 }, 266 },
272 { 267 {
273 "object": "LayoutBlockFlow HTML",
274 "reason": "forced by layout"
275 },
276 {
277 "object": "LayoutTableCell TD id='resizeMe'", 268 "object": "LayoutTableCell TD id='resizeMe'",
278 "reason": "incremental" 269 "reason": "incremental"
279 }, 270 },
280 { 271 {
281 "object": "LayoutTableCell TD", 272 "object": "LayoutTableCell TD",
282 "reason": "bounds change" 273 "reason": "bounds change"
283 }, 274 },
284 { 275 {
285 "object": "RootInlineBox", 276 "object": "RootInlineBox",
286 "reason": "bounds change" 277 "reason": "bounds change"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "object": "LayoutText #text", 456 "object": "LayoutText #text",
466 "reason": "bounds change" 457 "reason": "bounds change"
467 }, 458 },
468 { 459 {
469 "object": "InlineTextBox '13'", 460 "object": "InlineTextBox '13'",
470 "reason": "bounds change" 461 "reason": "bounds change"
471 } 462 }
472 ] 463 ]
473 } 464 }
474 465
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698