| 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": "LayoutTableCol COLGROUP id='colgroup'", | 10 "object": "LayoutTableCol COLGROUP id='colgroup'", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "object": "LayoutTableCell TD", | 60 "object": "LayoutTableCell TD", |
| 61 "rect": [116, 9, 54, 50], | 61 "rect": [116, 9, 54, 50], |
| 62 "reason": "bounds change" | 62 "reason": "bounds change" |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "object": "LayoutTable TABLE", | 65 "object": "LayoutTable TABLE", |
| 66 "rect": [169, 8, 5, 102], | 66 "rect": [169, 8, 5, 102], |
| 67 "reason": "incremental" | 67 "reason": "incremental" |
| 68 }, | |
| 69 { | |
| 70 "object": "LayoutTable TABLE", | |
| 71 "rect": [170, 8, 4, 102], | |
| 72 "reason": "incremental" | |
| 73 } | 68 } |
| 74 ] | 69 ] |
| 75 } | 70 } |
| 76 ], | 71 ], |
| 77 "objectPaintInvalidations": [ | 72 "objectPaintInvalidations": [ |
| 78 { | 73 { |
| 79 "object": "LayoutTableCell TD", | 74 "object": "LayoutTableCell TD", |
| 80 "reason": "style change" | 75 "reason": "style change" |
| 81 }, | 76 }, |
| 82 { | 77 { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "object": "LayoutTableCell TD", | 122 "object": "LayoutTableCell TD", |
| 128 "reason": "bounds change" | 123 "reason": "bounds change" |
| 129 }, | 124 }, |
| 130 { | 125 { |
| 131 "object": "LayoutTableCell TD", | 126 "object": "LayoutTableCell TD", |
| 132 "reason": "bounds change" | 127 "reason": "bounds change" |
| 133 } | 128 } |
| 134 ] | 129 ] |
| 135 } | 130 } |
| 136 | 131 |
| OLD | NEW |