| OLD | NEW |
| 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, 8, 120, 56], |
| 12 "reason": "invalidate paint rectangle" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutTable TABLE", |
| 11 "rect": [8, 59, 120, 5], | 16 "rect": [8, 59, 120, 5], |
| 12 "reason": "incremental" | 17 "reason": "incremental" |
| 13 }, | 18 }, |
| 14 { | 19 { |
| 15 "object": "LayoutTableCell TD", | 20 "object": "LayoutTableCell TD", |
| 16 "rect": [64, 8, 64, 56], | 21 "rect": [64, 8, 64, 56], |
| 17 "reason": "layoutObject insertion" | 22 "reason": "layoutObject insertion" |
| 18 }, | 23 }, |
| 19 { | 24 { |
| 20 "object": "LayoutTable TABLE", | 25 "object": "LayoutTable TABLE", |
| 21 "rect": [65, 8, 63, 56], | 26 "rect": [65, 8, 63, 56], |
| 22 "reason": "incremental" | 27 "reason": "incremental" |
| 23 }, | 28 }, |
| 24 { | 29 { |
| 25 "object": "LayoutTableCell TD", | 30 "object": "LayoutTableCell TD", |
| 26 "rect": [8, 8, 62, 56], | 31 "rect": [8, 8, 62, 56], |
| 27 "reason": "location change" | 32 "reason": "location change" |
| 28 } | 33 } |
| 29 ] | 34 ] |
| 30 } | 35 } |
| 31 ], | 36 ], |
| 32 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 33 { | 38 { |
| 34 "object": "LayoutTableCell TD", | 39 "object": "LayoutTable TABLE", |
| 35 "reason": "style change" | 40 "reason": "invalidate paint rectangle" |
| 36 }, | |
| 37 { | |
| 38 "object": "LayoutTableCell TD", | |
| 39 "reason": "style change" | |
| 40 }, | 41 }, |
| 41 { | 42 { |
| 42 "object": "LayoutTable TABLE", | 43 "object": "LayoutTable TABLE", |
| 43 "reason": "incremental" | 44 "reason": "incremental" |
| 44 }, | 45 }, |
| 45 { | 46 { |
| 46 "object": "LayoutTableRow TR id='row'", | 47 "object": "LayoutTableRow TR id='row'", |
| 47 "reason": "location change" | 48 "reason": "location change" |
| 48 }, | 49 }, |
| 49 { | 50 { |
| 50 "object": "LayoutTableCell TD", | 51 "object": "LayoutTableCell TD", |
| 51 "reason": "location change" | 52 "reason": "location change" |
| 52 }, | 53 }, |
| 53 { | 54 { |
| 54 "object": "LayoutTableCell TD", | 55 "object": "LayoutTableCell TD", |
| 55 "reason": "layoutObject insertion" | 56 "reason": "layoutObject insertion" |
| 56 } | 57 } |
| 57 ] | 58 ] |
| 58 } | 59 } |
| 59 | 60 |
| OLD | NEW |