| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 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": "LayoutTableRow TR class='bla'", |
| 11 "rect": [8, 218, 70, 26], |
| 12 "reason": "style change" |
| 13 }, |
| 14 { |
| 10 "object": "LayoutTableCell TD", | 15 "object": "LayoutTableCell TD", |
| 11 "rect": [0, 0, 0, 0], | |
| 12 "reason": "full" | 16 "reason": "full" |
| 13 }, | 17 }, |
| 14 { | 18 { |
| 15 "object": "LayoutTableCell TD id='secondRowSpan'", | 19 "object": "LayoutTableCell TD id='secondRowSpan'", |
| 16 "rect": [0, 0, 0, 0], | |
| 17 "reason": "full" | 20 "reason": "full" |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutTableRow TR class='bla'", | |
| 21 "rect": [8, 218, 70, 26], | |
| 22 "reason": "style change" | |
| 23 } | 21 } |
| 24 ] | 22 ] |
| 25 } | 23 } |
| 26 ] | 24 ] |
| 27 } | 25 } |
| 28 | 26 |
| OLD | NEW |