| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow DIV", | 12 "object": "LayoutBlockFlow DIV", |
| 11 "rect": [8, 8, 100, 300], | 13 "rect": [8, 8, 100, 300], |
| 12 "reason": "border box change" | 14 "reason": "border box change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutBlockFlow DIV id='target'", | 17 "object": "LayoutBlockFlow DIV id='target'", |
| 16 "rect": [8, 208, 100, 100], | 18 "rect": [8, 208, 100, 100], |
| 17 "reason": "incremental" | 19 "reason": "incremental" |
| 18 } | 20 } |
| 19 ] | 21 ] |
| 20 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow DIV", |
| 27 "reason": "border box change" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow DIV id='target'", |
| 31 "reason": "incremental" |
| 32 } |
| 21 ] | 33 ] |
| 22 } | 34 } |
| 23 | 35 |
| OLD | NEW |