| 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": [ | |
| 9 { | |
| 10 "object": "LayoutBlockFlow (positioned) DIV id='target'", | |
| 11 "reason": "subtree" | |
| 12 } | |
| 13 ], | |
| 14 "children": [ | 10 "children": [ |
| 15 { | 11 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV id='target'", |
| 16 "position": [200, 200], | 13 "position": [200, 200], |
| 17 "bounds": [200, 200] | 14 "bounds": [200, 200] |
| 18 } | 15 } |
| 19 ] | 16 ] |
| 20 } | 17 } |
| 18 ], |
| 19 "objectPaintInvalidations": [ |
| 20 { |
| 21 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 22 "reason": "subtree" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 26 "reason": "style change" |
| 27 } |
| 21 ] | 28 ] |
| 22 } | 29 } |
| 23 | 30 |
| OLD | NEW |