| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutText #text", | 10 "object": "LayoutBlockFlow DIV id='target'", |
| 11 "rect": [790, 7, 3, 19], | 11 "rect": [791, 8, 1, 17], |
| 12 "reason": "invalidate paint rectangle" | 12 "reason": "caret" |
| 13 } | 13 } |
| 14 ] | 14 ] |
| 15 } | 15 } |
| 16 ], | 16 ], |
| 17 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 18 { | 18 { |
| 19 "object": "Caret", | 19 "object": "Caret", |
| 20 "reason": "invalidate paint rectangle" | 20 "reason": "caret" |
| 21 } | 21 } |
| 22 ] | 22 ] |
| 23 } | 23 } |
| 24 | 24 |
| OLD | NEW |