OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutTableCell TD", | 10 "object": "LayoutTableCell TD", |
11 "rect": [2, 52, 102, 476], | 11 "rect": [2, 52, 102, 476], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | |
14 { | |
15 "object": "LayoutText #text", | |
16 "rect": [3, 281, 63, 18], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutText #text", | |
21 "rect": [3, 91, 63, 18], | |
22 "reason": "forced by layout" | |
23 } | 13 } |
24 ] | 14 ] |
25 } | 15 } |
26 ], | 16 ], |
27 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
28 { | 18 { |
29 "object": "LayoutTableCell TD", | 19 "object": "LayoutTableCell TD", |
30 "reason": "forced by layout" | 20 "reason": "forced by layout" |
31 }, | 21 }, |
32 { | 22 { |
33 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
34 "reason": "forced by layout" | 24 "reason": "forced by layout" |
35 }, | 25 }, |
36 { | 26 { |
37 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
38 "reason": "forced by layout" | 28 "reason": "forced by layout" |
39 }, | 29 }, |
40 { | 30 { |
41 "object": "InlineTextBox 'MIDDLE'", | 31 "object": "InlineTextBox 'MIDDLE'", |
42 "reason": "forced by layout" | 32 "reason": "forced by layout" |
43 } | 33 } |
44 ] | 34 ] |
45 } | 35 } |
46 | 36 |
OLD | NEW |