OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "InlineFlowBox", | 10 "object": "InlineFlowBox", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "rect": [38, 132, 36, 18], | 101 "rect": [38, 132, 36, 18], |
102 "reason": "bounds change" | 102 "reason": "bounds change" |
103 }, | 103 }, |
104 { | 104 { |
105 "object": "LayoutText #text", | 105 "object": "LayoutText #text", |
106 "rect": [115, 114, 37, 18], | 106 "rect": [115, 114, 37, 18], |
107 "reason": "bounds change" | 107 "reason": "bounds change" |
108 }, | 108 }, |
109 { | 109 { |
110 "object": "LayoutText #text", | 110 "object": "LayoutText #text", |
111 "rect": [8, 132, 192, 72], | |
112 "reason": "bounds change" | |
113 }, | |
114 { | |
115 "object": "LayoutText #text", | |
116 "rect": [8, 114, 200, 90], | 111 "rect": [8, 114, 200, 90], |
117 "reason": "bounds change" | 112 "reason": "bounds change" |
118 }, | 113 }, |
119 { | 114 { |
120 "object": "RootInlineBox", | 115 "object": "RootInlineBox", |
121 "rect": [0, 0, 0, 0], | 116 "rect": [0, 0, 0, 0], |
122 "reason": "full" | 117 "reason": "full" |
123 }, | 118 }, |
124 { | 119 { |
125 "object": "RootInlineBox", | 120 "object": "RootInlineBox", |
(...skipping 13 matching lines...) Expand all Loading... |
139 { | 134 { |
140 "object": "RootInlineBox", | 135 "object": "RootInlineBox", |
141 "rect": [0, 0, 0, 0], | 136 "rect": [0, 0, 0, 0], |
142 "reason": "full" | 137 "reason": "full" |
143 } | 138 } |
144 ] | 139 ] |
145 } | 140 } |
146 ] | 141 ] |
147 } | 142 } |
148 | 143 |
OLD | NEW |