| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "backgroundColor": "#0000FF", | 8 "backgroundColor": "#0000FF", |
| 9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 10 { | 10 { |
| 11 "object": "LayoutView #document", | 11 "object": "LayoutView #document", |
| 12 "rect": [0, 0, 800, 600], | 12 "rect": [0, 0, 800, 600], |
| 13 "reason": "style change" | 13 "reason": "style change" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "object": "LayoutBlockFlow BODY", | 16 "object": "LayoutBlockFlow BODY", |
| 17 "rect": [50, 50, 700, 500], | 17 "rect": [50, 50, 700, 500], |
| 18 "reason": "layoutObject insertion" | 18 "reason": "appeared" |
| 19 } | 19 } |
| 20 ] | 20 ] |
| 21 } | 21 } |
| 22 ], | 22 ], |
| 23 "objectPaintInvalidations": [ | 23 "objectPaintInvalidations": [ |
| 24 { | 24 { |
| 25 "object": "LayoutView #document", | 25 "object": "LayoutView #document", |
| 26 "reason": "style change" | 26 "reason": "style change" |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 "object": "LayoutBlockFlow BODY", | 29 "object": "LayoutBlockFlow BODY", |
| 30 "reason": "layoutObject insertion" | 30 "reason": "appeared" |
| 31 } | 31 } |
| 32 ] | 32 ] |
| 33 } | 33 } |
| 34 | 34 |
| OLD | NEW |