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