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": "LayoutText #text", | 12 "object": "LayoutBlockFlow P", |
11 "rect": [33, 33, 250, 100], | 13 "rect": [8, 386, 418, 54], |
12 "reason": "style change" | 14 "reason": "invalidate paint rectangle" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "InlineTextBox 'A\u00A0\u00A0B'", | 17 "object": "LayoutText #text", |
| 18 "rect": [14, 404, 355, 36], |
16 "reason": "style change" | 19 "reason": "style change" |
17 } | 20 } |
18 ] | 21 ] |
19 } | 22 } |
20 ] | 23 ] |
21 } | 24 } |
22 | 25 |
OLD | NEW |