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