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": [18, 18, 216, 19], |
| 12 "reason": "selection" |
| 13 }, |
| 14 { |
10 "object": "InlineTextBox 'Should have blue, not gray, highlight'", | 15 "object": "InlineTextBox 'Should have blue, not gray, highlight'", |
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 DIV id='t'", | 23 "object": "LayoutBlockFlow DIV id='t'", |
21 "rect": [0, 0, 0, 0], | |
22 "reason": "selection" | 24 "reason": "selection" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutBlockFlow HTML", | 27 "object": "LayoutBlockFlow HTML", |
26 "rect": [0, 0, 0, 0], | |
27 "reason": "selection" | |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [18, 18, 216, 19], | |
32 "reason": "selection" | 28 "reason": "selection" |
33 } | 29 } |
34 ] | 30 ] |
35 } | 31 } |
36 ] | 32 ] |
37 } | 33 } |
38 | 34 |
OLD | NEW |