| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutText #text", |
| 11 "rect": [8, 8, 48, 32], |
| 12 "reason": "selection" |
| 13 }, |
| 14 { |
| 10 "object": "InlineTextBox 'xx'", | 15 "object": "InlineTextBox 'xx'", |
| 11 "rect": [0, 0, 0, 0], | |
| 12 "reason": "selection" | 16 "reason": "selection" |
| 13 }, | 17 }, |
| 14 { | 18 { |
| 15 "object": "InlineTextBox 'y'", | 19 "object": "InlineTextBox 'y'", |
| 16 "rect": [0, 0, 0, 0], | |
| 17 "reason": "selection" | 20 "reason": "selection" |
| 18 }, | 21 }, |
| 19 { | 22 { |
| 20 "object": "LayoutBlockFlow BODY", | 23 "object": "LayoutBlockFlow BODY", |
| 21 "rect": [0, 0, 0, 0], | |
| 22 "reason": "selection" | 24 "reason": "selection" |
| 23 }, | 25 }, |
| 24 { | 26 { |
| 25 "object": "LayoutBlockFlow DIV id='container'", | 27 "object": "LayoutBlockFlow DIV id='container'", |
| 26 "rect": [0, 0, 0, 0], | |
| 27 "reason": "selection" | 28 "reason": "selection" |
| 28 }, | 29 }, |
| 29 { | 30 { |
| 30 "object": "LayoutBlockFlow HTML", | 31 "object": "LayoutBlockFlow HTML", |
| 31 "rect": [0, 0, 0, 0], | |
| 32 "reason": "selection" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutText #text", | |
| 36 "rect": [8, 8, 48, 32], | |
| 37 "reason": "selection" | 32 "reason": "selection" |
| 38 } | 33 } |
| 39 ] | 34 ] |
| 40 } | 35 } |
| 41 ] | 36 ] |
| 42 } | 37 } |
| 43 | 38 |
| OLD | NEW |