OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 { | 91 { |
92 "object": "LayoutTable TABLE", | 92 "object": "LayoutTable TABLE", |
93 "rect": [83, 268, 26, 76], | 93 "rect": [83, 268, 26, 76], |
94 "reason": "incremental" | 94 "reason": "incremental" |
95 } | 95 } |
96 ] | 96 ] |
97 } | 97 } |
98 ], | 98 ], |
99 "objectPaintInvalidations": [ | 99 "objectPaintInvalidations": [ |
100 { | 100 { |
| 101 "object": "InlineTextBox 'ipsum dolor'", |
| 102 "reason": "full" |
| 103 }, |
| 104 { |
101 "object": "LayoutText #text", | 105 "object": "LayoutText #text", |
102 "reason": "layoutObject removal" | 106 "reason": "layoutObject removal" |
103 }, | 107 }, |
104 { | 108 { |
| 109 "object": "RootInlineBox", |
| 110 "reason": "full" |
| 111 }, |
| 112 { |
105 "object": "LayoutTableCell TD id='d'", | 113 "object": "LayoutTableCell TD id='d'", |
106 "reason": "layoutObject removal" | 114 "reason": "layoutObject removal" |
107 }, | 115 }, |
108 { | 116 { |
| 117 "object": "InlineTextBox 'dolor'", |
| 118 "reason": "full" |
| 119 }, |
| 120 { |
109 "object": "LayoutText #text", | 121 "object": "LayoutText #text", |
110 "reason": "layoutObject removal" | 122 "reason": "layoutObject removal" |
111 }, | 123 }, |
112 { | 124 { |
| 125 "object": "RootInlineBox", |
| 126 "reason": "full" |
| 127 }, |
| 128 { |
113 "object": "LayoutTableCell TD id='d2'", | 129 "object": "LayoutTableCell TD id='d2'", |
114 "reason": "layoutObject removal" | 130 "reason": "layoutObject removal" |
115 }, | 131 }, |
116 { | 132 { |
| 133 "object": "RootInlineBox", |
| 134 "reason": "full" |
| 135 }, |
| 136 { |
| 137 "object": "InlineTextBox 'Lorem'", |
| 138 "reason": "full" |
| 139 }, |
| 140 { |
| 141 "object": "RootInlineBox", |
| 142 "reason": "full" |
| 143 }, |
| 144 { |
| 145 "object": "InlineTextBox 'sit amet'", |
| 146 "reason": "full" |
| 147 }, |
| 148 { |
| 149 "object": "RootInlineBox", |
| 150 "reason": "full" |
| 151 }, |
| 152 { |
| 153 "object": "InlineTextBox 'Lorem'", |
| 154 "reason": "full" |
| 155 }, |
| 156 { |
| 157 "object": "RootInlineBox", |
| 158 "reason": "full" |
| 159 }, |
| 160 { |
| 161 "object": "InlineTextBox 'sit amet'", |
| 162 "reason": "full" |
| 163 }, |
| 164 { |
| 165 "object": "RootInlineBox", |
| 166 "reason": "full" |
| 167 }, |
| 168 { |
| 169 "object": "InlineTextBox 'ipsum dolor'", |
| 170 "reason": "full" |
| 171 }, |
| 172 { |
117 "object": "LayoutTableCell TD", | 173 "object": "LayoutTableCell TD", |
118 "reason": "style change" | 174 "reason": "style change" |
119 }, | 175 }, |
120 { | 176 { |
121 "object": "LayoutTableCell TD", | 177 "object": "LayoutTableCell TD", |
122 "reason": "style change" | 178 "reason": "style change" |
123 }, | 179 }, |
124 { | 180 { |
125 "object": "LayoutTableCell TD", | 181 "object": "LayoutTableCell TD", |
126 "reason": "style change" | 182 "reason": "style change" |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "object": "LayoutTableCell TD", | 261 "object": "LayoutTableCell TD", |
206 "reason": "forced by layout" | 262 "reason": "forced by layout" |
207 }, | 263 }, |
208 { | 264 { |
209 "object": "RootInlineBox", | 265 "object": "RootInlineBox", |
210 "reason": "forced by layout" | 266 "reason": "forced by layout" |
211 } | 267 } |
212 ] | 268 ] |
213 } | 269 } |
214 | 270 |
OLD | NEW |