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": "LayoutTableRow TR", | 10 "object": "LayoutTableRow TR", |
(...skipping 17 matching lines...) Expand all Loading... |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutTableCell TD", | 30 "object": "LayoutTableCell TD", |
31 "rect": [2, 292, 102, 236], | 31 "rect": [2, 292, 102, 236], |
32 "reason": "forced by layout" | 32 "reason": "forced by layout" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutTableCell TD", | 35 "object": "LayoutTableCell TD", |
36 "rect": [2, 102, 102, 46], | 36 "rect": [2, 102, 102, 46], |
37 "reason": "forced by layout" | 37 "reason": "forced by layout" |
38 }, | |
39 { | |
40 "object": "LayoutText #text", | |
41 "rect": [3, 401, 46, 17], | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "LayoutText #text", | |
46 "rect": [3, 162, 46, 17], | |
47 "reason": "forced by layout" | |
48 }, | |
49 { | |
50 "object": "LayoutText #text", | |
51 "rect": [3, 116, 46, 17], | |
52 "reason": "forced by layout" | |
53 }, | |
54 { | |
55 "object": "LayoutText #text", | |
56 "rect": [3, 67, 46, 17], | |
57 "reason": "forced by layout" | |
58 } | 38 } |
59 ] | 39 ] |
60 } | 40 } |
61 ], | 41 ], |
62 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
63 { | 43 { |
64 "object": "LayoutTableRow TR", | 44 "object": "LayoutTableRow TR", |
65 "reason": "incremental" | 45 "reason": "incremental" |
66 }, | 46 }, |
67 { | 47 { |
(...skipping 28 matching lines...) Expand all Loading... |
96 "object": "LayoutText #text", | 76 "object": "LayoutText #text", |
97 "reason": "forced by layout" | 77 "reason": "forced by layout" |
98 }, | 78 }, |
99 { | 79 { |
100 "object": "InlineTextBox 'ROW2'", | 80 "object": "InlineTextBox 'ROW2'", |
101 "reason": "forced by layout" | 81 "reason": "forced by layout" |
102 } | 82 } |
103 ] | 83 ] |
104 } | 84 } |
105 | 85 |
OLD | NEW |