| 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 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [29, 421, 180, 20], | 9 { |
| 10 [29, 261, 180, 20], | 10 "object": "LayoutBlockFlow DIV", |
| 11 [15, 377, 208, 68], | 11 "rect": [15, 217, 208, 68], |
| 12 [15, 377, 208, 48], | 12 "reason": "outline" |
| 13 [15, 217, 208, 68], | 13 }, |
| 14 [15, 217, 208, 48] | 14 { |
| 15 ], | 15 "object": "LayoutBlockFlow DIV", |
| 16 "paintInvalidationClients": [ | 16 "rect": [15, 217, 208, 48], |
| 17 "LayoutBlockFlow DIV", | 17 "reason": "outline" |
| 18 "LayoutBlockFlow DIV id='a'", | 18 }, |
| 19 "LayoutBlockFlow DIV", | 19 { |
| 20 "LayoutBlockFlow DIV id='b'" | 20 "object": "LayoutBlockFlow DIV", |
| 21 "rect": [15, 377, 208, 48], |
| 22 "reason": "outline" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow DIV", |
| 26 "rect": [15, 377, 208, 68], |
| 27 "reason": "outline" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow DIV id='a'", |
| 31 "rect": [29, 261, 180, 20], |
| 32 "reason": "incremental" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutBlockFlow DIV id='b'", |
| 36 "rect": [29, 421, 180, 20], |
| 37 "reason": "incremental" |
| 38 } |
| 21 ] | 39 ] |
| 22 } | 40 } |
| 23 ] | 41 ] |
| 24 } | 42 } |
| 25 | 43 |
| OLD | NEW |