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