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": "LayoutMultiColumnFlowThread (anonymous)", | 12 "object": "LayoutMultiColumnFlowThread (anonymous)", |
11 "rect": [9, 9, 400, 100], | 13 "rect": [9, 9, 400, 100], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
16 "rect": [234, 15, 300, 50], | 18 "rect": [234, 15, 300, 50], |
17 "reason": "full" | 19 "reason": "full" |
18 }, | |
19 { | |
20 "object": "InlineFlowBox", | |
21 "reason": "full" | |
22 }, | |
23 { | |
24 "object": "InlineTextBox '\n'", | |
25 "reason": "full" | |
26 }, | |
27 { | |
28 "object": "InlineTextBox ''", | |
29 "reason": "full" | |
30 }, | |
31 { | |
32 "object": "InlineTextBox 'XXXXXX'", | |
33 "reason": "full" | |
34 }, | |
35 { | |
36 "object": "InlineTextBox '\u00A0'", | |
37 "reason": "full" | |
38 }, | |
39 { | |
40 "object": "RootInlineBox", | |
41 "reason": "full" | |
42 }, | |
43 { | |
44 "object": "RootInlineBox", | |
45 "reason": "full" | |
46 }, | |
47 { | |
48 "object": "RootInlineBox", | |
49 "reason": "full" | |
50 } | 20 } |
51 ] | 21 ] |
52 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutMultiColumnFlowThread (anonymous)", |
| 27 "reason": "forced by layout" |
| 28 }, |
| 29 { |
| 30 "object": "RootInlineBox", |
| 31 "reason": "forced by layout" |
| 32 }, |
| 33 { |
| 34 "object": "LayoutText #text", |
| 35 "reason": "full" |
| 36 }, |
| 37 { |
| 38 "object": "InlineTextBox 'XXXXXX'", |
| 39 "reason": "full" |
| 40 } |
53 ] | 41 ] |
54 } | 42 } |
55 | 43 |
OLD | NEW |