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 DIV id='target'", | 12 "object": "LayoutBlockFlow DIV id='target'", |
11 "rect": [0, 0, 64, 18], | 13 "rect": [0, 0, 64, 18], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
16 "rect": [0, 0, 64, 18], | 18 "rect": [0, 0, 64, 18], |
17 "reason": "full" | 19 "reason": "full" |
18 }, | |
19 { | |
20 "object": "InlineTextBox ''", | |
21 "reason": "full" | |
22 }, | |
23 { | |
24 "object": "InlineTextBox 'La la la la'", | |
25 "reason": "full" | |
26 }, | |
27 { | |
28 "object": "RootInlineBox", | |
29 "reason": "full" | |
30 }, | |
31 { | |
32 "object": "RootInlineBox", | |
33 "reason": "full" | |
34 } | 20 } |
35 ] | 21 ] |
36 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow DIV id='target'", |
| 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 'La la la la'", |
| 39 "reason": "full" |
| 40 } |
37 ] | 41 ] |
38 } | 42 } |
39 | 43 |
OLD | NEW |