OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow P", | 12 "object": "LayoutBlockFlow P", |
11 "rect": [8, 400, 418, 39], | 13 "rect": [8, 400, 418, 39], |
12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
16 "rect": [297, 420, 72, 19], | 18 "rect": [297, 420, 72, 19], |
17 "reason": "style change" | 19 "reason": "style change" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
21 "rect": [303, 420, 67, 19], | 23 "rect": [303, 420, 67, 19], |
22 "reason": "style change" | 24 "reason": "style change" |
23 }, | |
24 { | |
25 "object": "InlineTextBox ''", | |
26 "reason": "full" | |
27 }, | |
28 { | |
29 "object": "InlineTextBox 'a very short time '", | |
30 "reason": "full" | |
31 }, | |
32 { | |
33 "object": "InlineTextBox 'hedgehogs; and in\n'", | |
34 "reason": "full" | |
35 }, | |
36 { | |
37 "object": "InlineTextBox 'quarrelling all the while, and fighting for
the'", | |
38 "reason": "full" | |
39 }, | |
40 { | |
41 "object": "InlineTextBox 'the Queen'", | |
42 "reason": "style change" | |
43 }, | |
44 { | |
45 "object": "InlineTextBox 'turns,\n'", | |
46 "reason": "full" | |
47 }, | |
48 { | |
49 "object": "LayoutInline SPAN id='theQueen'", | |
50 "reason": "style change" | |
51 }, | |
52 { | |
53 "object": "RootInlineBox", | |
54 "reason": "full" | |
55 }, | |
56 { | |
57 "object": "RootInlineBox", | |
58 "reason": "full" | |
59 } | 25 } |
60 ] | 26 ] |
61 } | 27 } |
62 ] | 28 ] |
63 } | 29 } |
64 | 30 |
OLD | NEW |