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