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, 386, 418, 54], | 13 "rect": [8, 386, 418, 54], |
12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
16 "rect": [14, 404, 355, 36], | 18 "rect": [14, 404, 355, 36], |
17 "reason": "style change" | 19 "reason": "style change" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
21 "rect": [368, 422, 1, 54], | 23 "rect": [368, 422, 1, 54], |
22 "reason": "incremental" | 24 "reason": "incremental" |
23 }, | |
24 { | |
25 "object": "InlineTextBox ' was in a furious passion, and went\n'", | |
26 "reason": "incremental" | |
27 }, | |
28 { | |
29 "object": "InlineTextBox ' was in a furious passion, and went\n'", | |
30 "reason": "full" | |
31 }, | |
32 { | |
33 "object": "InlineTextBox ''", | |
34 "reason": "full" | |
35 }, | |
36 { | |
37 "object": "InlineTextBox ''", | |
38 "reason": "full" | |
39 }, | |
40 { | |
41 "object": "InlineTextBox 'Queen'", | |
42 "reason": "style change" | |
43 }, | |
44 { | |
45 "object": "InlineTextBox 'a very short time '", | |
46 "reason": "full" | |
47 }, | |
48 { | |
49 "object": "InlineTextBox 'about, and shouting \u2018Off with his head!
\u2019 or \u2018Off with'", | |
50 "reason": "incremental" | |
51 }, | |
52 { | |
53 "object": "InlineTextBox 'for the hedgehogs; and in\n'", | |
54 "reason": "full" | |
55 }, | |
56 { | |
57 "object": "InlineTextBox 'for turns,\n'", | |
58 "reason": "full" | |
59 }, | |
60 { | |
61 "object": "InlineTextBox 'her head!\u2019 about once in a minute.\n'", | |
62 "reason": "incremental" | |
63 }, | |
64 { | |
65 "object": "InlineTextBox 'quarrelling all the while, and fighting'", | |
66 "reason": "full" | |
67 }, | |
68 { | |
69 "object": "InlineTextBox 'stamping'", | |
70 "reason": "incremental" | |
71 }, | |
72 { | |
73 "object": "InlineTextBox 'stamping'", | |
74 "reason": "full" | |
75 }, | |
76 { | |
77 "object": "InlineTextBox 'the'", | |
78 "reason": "style change" | |
79 }, | |
80 { | |
81 "object": "LayoutInline SPAN id='theQueen'", | |
82 "reason": "style change" | |
83 }, | |
84 { | |
85 "object": "RootInlineBox", | |
86 "reason": "full" | |
87 }, | |
88 { | |
89 "object": "RootInlineBox", | |
90 "reason": "full" | |
91 }, | |
92 { | |
93 "object": "RootInlineBox", | |
94 "reason": "full" | |
95 } | 25 } |
96 ] | 26 ] |
97 } | 27 } |
98 ] | 28 ] |
99 } | 29 } |
100 | 30 |
OLD | NEW |