| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV", |
| 11 "position": [0, 100], |
| 12 "bounds": [200, 200], |
| 13 "contentsOpaque": true, |
| 9 "drawsContent": true, | 14 "drawsContent": true, |
| 10 "children": [ | 15 "backgroundColor": "#0000FF", |
| 16 "paintInvalidations": [ |
| 11 { | 17 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV", | 18 "object": "LayoutBlockFlow (positioned) DIV", |
| 13 "position": [0, 100], | 19 "rect": [0, 0, 200, 200], |
| 14 "bounds": [200, 200], | 20 "reason": "full" |
| 15 "contentsOpaque": true, | 21 }, |
| 16 "drawsContent": true, | 22 { |
| 17 "backgroundColor": "#0000FF", | 23 "object": "LayoutBlockFlow (positioned) DIV", |
| 18 "paintInvalidations": [ | 24 "rect": [185, 0, 15, 200], |
| 19 { | 25 "reason": "scroll" |
| 20 "object": "LayoutBlockFlow (positioned) DIV", | |
| 21 "rect": [0, 0, 200, 200], | |
| 22 "reason": "full" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutBlockFlow (positioned) DIV", | |
| 26 "rect": [185, 0, 15, 200], | |
| 27 "reason": "scroll" | |
| 28 } | |
| 29 ] | |
| 30 } | 26 } |
| 31 ] | 27 ] |
| 32 } | 28 } |
| 33 ], | 29 ], |
| 34 "objectPaintInvalidations": [ | 30 "objectPaintInvalidations": [ |
| 35 { | 31 { |
| 36 "object": "LayoutBlockFlow (positioned) DIV", | 32 "object": "LayoutBlockFlow (positioned) DIV", |
| 37 "reason": "scroll" | 33 "reason": "scroll" |
| 38 } | 34 } |
| 39 ] | 35 ] |
| 40 } | 36 } |
| 41 | 37 |
| OLD | NEW |