| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "Content Root Layer", | |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | |
| 6 "name": "LayoutView #document", | |
| 7 "bounds": [800, 600], | |
| 8 "contentsOpaque": true, | |
| 9 "drawsContent": true, | |
| 10 "paintInvalidations": [ | |
| 11 { | |
| 12 "object": "LayoutText #text", | |
| 13 "rect": [8, 8, 32, 48], | |
| 14 "reason": "selection" | |
| 15 }, | |
| 16 { | |
| 17 "object": "LayoutText #text", | |
| 18 "rect": [8, 40, 32, 16], | |
| 19 "reason": "incremental" | |
| 20 } | |
| 21 ] | |
| 22 } | |
| 23 ], | |
| 24 "objectPaintInvalidations": [ | |
| 25 { | |
| 26 "object": "LayoutBlockFlow HTML", | |
| 27 "reason": "selection" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutBlockFlow BODY", | |
| 31 "reason": "selection" | |
| 32 }, | |
| 33 { | |
| 34 "object": "LayoutBlockFlow DIV id='container'", | |
| 35 "reason": "selection" | |
| 36 }, | |
| 37 { | |
| 38 "object": "LayoutText #text", | |
| 39 "reason": "selection" | |
| 40 }, | |
| 41 { | |
| 42 "object": "InlineTextBox 'xx'", | |
| 43 "reason": "selection" | |
| 44 }, | |
| 45 { | |
| 46 "object": "InlineTextBox 'y'", | |
| 47 "reason": "selection" | |
| 48 }, | |
| 49 { | |
| 50 "object": "LayoutText #text", | |
| 51 "reason": "incremental" | |
| 52 }, | |
| 53 { | |
| 54 "object": "InlineTextBox 'xx'", | |
| 55 "reason": "incremental" | |
| 56 }, | |
| 57 { | |
| 58 "object": "InlineTextBox 'y'", | |
| 59 "reason": "incremental" | |
| 60 } | |
| 61 ] | |
| 62 } | |
| 63 | |
| OLD | NEW |