| 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": [773, 43, 19, 77], |
| 12 "reason": "selection" |
| 13 }, |
| 14 { |
| 10 "object": "InlineTextBox 'Testing both hit testing'", | 15 "object": "InlineTextBox 'Testing both hit testing'", |
| 11 "rect": [0, 0, 0, 0], | |
| 12 "reason": "selection" | 16 "reason": "selection" |
| 13 }, | 17 }, |
| 14 { | 18 { |
| 15 "object": "LayoutBlockFlow BODY", | 19 "object": "LayoutBlockFlow BODY", |
| 16 "rect": [0, 0, 0, 0], | |
| 17 "reason": "selection" | 20 "reason": "selection" |
| 18 }, | 21 }, |
| 19 { | 22 { |
| 20 "object": "LayoutBlockFlow HTML", | 23 "object": "LayoutBlockFlow HTML", |
| 21 "rect": [0, 0, 0, 0], | |
| 22 "reason": "selection" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutText #text", | |
| 26 "rect": [773, 43, 19, 77], | |
| 27 "reason": "selection" | 24 "reason": "selection" |
| 28 } | 25 } |
| 29 ] | 26 ] |
| 30 } | 27 } |
| 31 ] | 28 ] |
| 32 } | 29 } |
| 33 | 30 |
| OLD | NEW |