| 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": "LayoutTableCell TD class='half'", | 10 "object": "LayoutTableCell TD class='half'", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "object": "LayoutTableCell TD class='red half'", | 100 "object": "LayoutTableCell TD class='red half'", |
| 101 "rect": [8, 8, 60, 30], | 101 "rect": [8, 8, 60, 30], |
| 102 "reason": "bounds change" | 102 "reason": "bounds change" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "object": "LayoutTable TABLE", | 105 "object": "LayoutTable TABLE", |
| 106 "rect": [8, 372, 60, 19], | 106 "rect": [8, 372, 60, 19], |
| 107 "reason": "incremental" | 107 "reason": "incremental" |
| 108 }, | |
| 109 { | |
| 110 "object": "LayoutTable TABLE", | |
| 111 "rect": [8, 376, 60, 15], | |
| 112 "reason": "incremental" | |
| 113 } | 108 } |
| 114 ] | 109 ] |
| 115 } | 110 } |
| 116 ], | 111 ], |
| 117 "objectPaintInvalidations": [ | 112 "objectPaintInvalidations": [ |
| 118 { | 113 { |
| 119 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'", | 114 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'", |
| 120 "reason": "became invisible" | 115 "reason": "became invisible" |
| 121 }, | 116 }, |
| 122 { | 117 { |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "object": "LayoutTableRow TR", | 186 "object": "LayoutTableRow TR", |
| 192 "reason": "location change" | 187 "reason": "location change" |
| 193 }, | 188 }, |
| 194 { | 189 { |
| 195 "object": "LayoutTableCell TD class='half'", | 190 "object": "LayoutTableCell TD class='half'", |
| 196 "reason": "bounds change" | 191 "reason": "bounds change" |
| 197 } | 192 } |
| 198 ] | 193 ] |
| 199 } | 194 } |
| 200 | 195 |
| OLD | NEW |