| 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 "backgroundColor": "#FFFFFF", | 8 "backgroundColor": "#FFFFFF", |
| 9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 10 { | 10 { |
| 11 "object": "LayoutView #document", |
| 12 "rect": [0, 0, 800, 600], |
| 13 "reason": "style change" |
| 14 }, |
| 15 { |
| 11 "object": "LayoutBlockFlow BODY", | 16 "object": "LayoutBlockFlow BODY", |
| 12 "rect": [8, 240, 784, 288], | 17 "rect": [8, 240, 784, 288], |
| 13 "reason": "style change" | 18 "reason": "style change" |
| 14 }, | |
| 15 { | |
| 16 "object": "LayoutView #document", | |
| 17 "rect": [0, 0, 800, 600], | |
| 18 "reason": "style change" | |
| 19 } | 19 } |
| 20 ] | 20 ] |
| 21 } | 21 } |
| 22 ] | 22 ] |
| 23 } | 23 } |
| 24 | 24 |
| OLD | NEW |