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": "LayoutBlockFlow DIV id='target'", | 92 "object": "LayoutBlockFlow DIV id='target'", |
93 "rect": [8, 150, 10, 100], | 93 "rect": [8, 150, 10, 100], |
94 "reason": "layoutObject insertion" | 94 "reason": "layoutObject insertion" |
95 } | 95 } |
96 ] | 96 ] |
97 } | 97 } |
98 ], | 98 ], |
99 "objectPaintInvalidations": [ | 99 "objectPaintInvalidations": [ |
100 { | 100 { |
| 101 "object": "InlineTextBox 'Word,'", |
| 102 "reason": "full" |
| 103 }, |
| 104 { |
| 105 "object": "InlineTextBox '\n'", |
| 106 "reason": "full" |
| 107 }, |
| 108 { |
| 109 "object": "RootInlineBox", |
| 110 "reason": "full" |
| 111 }, |
| 112 { |
| 113 "object": "InlineTextBox 'words,'", |
| 114 "reason": "full" |
| 115 }, |
| 116 { |
| 117 "object": "InlineTextBox '\n'", |
| 118 "reason": "full" |
| 119 }, |
| 120 { |
| 121 "object": "RootInlineBox", |
| 122 "reason": "full" |
| 123 }, |
| 124 { |
| 125 "object": "InlineTextBox 'more words.'", |
| 126 "reason": "full" |
| 127 }, |
| 128 { |
| 129 "object": "InlineTextBox '\n'", |
| 130 "reason": "full" |
| 131 }, |
| 132 { |
| 133 "object": "RootInlineBox", |
| 134 "reason": "full" |
| 135 }, |
| 136 { |
| 137 "object": "InlineTextBox 'I could'", |
| 138 "reason": "full" |
| 139 }, |
| 140 { |
| 141 "object": "InlineTextBox '\n'", |
| 142 "reason": "full" |
| 143 }, |
| 144 { |
| 145 "object": "RootInlineBox", |
| 146 "reason": "full" |
| 147 }, |
| 148 { |
| 149 "object": "InlineTextBox 'write a book'", |
| 150 "reason": "full" |
| 151 }, |
| 152 { |
| 153 "object": "InlineTextBox '\n'", |
| 154 "reason": "full" |
| 155 }, |
| 156 { |
| 157 "object": "RootInlineBox", |
| 158 "reason": "full" |
| 159 }, |
| 160 { |
| 161 "object": "InlineTextBox 'about all the stuff'", |
| 162 "reason": "full" |
| 163 }, |
| 164 { |
| 165 "object": "InlineTextBox '\n'", |
| 166 "reason": "full" |
| 167 }, |
| 168 { |
| 169 "object": "RootInlineBox", |
| 170 "reason": "full" |
| 171 }, |
| 172 { |
| 173 "object": "InlineTextBox 'that comes'", |
| 174 "reason": "full" |
| 175 }, |
| 176 { |
| 177 "object": "InlineTextBox '\n'", |
| 178 "reason": "full" |
| 179 }, |
| 180 { |
| 181 "object": "RootInlineBox", |
| 182 "reason": "full" |
| 183 }, |
| 184 { |
| 185 "object": "InlineTextBox 'after'", |
| 186 "reason": "full" |
| 187 }, |
| 188 { |
| 189 "object": "InlineTextBox '\n'", |
| 190 "reason": "full" |
| 191 }, |
| 192 { |
| 193 "object": "RootInlineBox", |
| 194 "reason": "full" |
| 195 }, |
| 196 { |
| 197 "object": "InlineTextBox 'the break.'", |
| 198 "reason": "full" |
| 199 }, |
| 200 { |
| 201 "object": "RootInlineBox", |
| 202 "reason": "full" |
| 203 }, |
| 204 { |
101 "object": "LayoutBlockFlow DIV", | 205 "object": "LayoutBlockFlow DIV", |
102 "reason": "style change" | 206 "reason": "style change" |
103 }, | 207 }, |
104 { | 208 { |
105 "object": "LayoutBlockFlow (anonymous)", | 209 "object": "LayoutBlockFlow (anonymous)", |
106 "reason": "layoutObject insertion" | 210 "reason": "layoutObject insertion" |
107 }, | 211 }, |
108 { | 212 { |
109 "object": "RootInlineBox", | 213 "object": "RootInlineBox", |
110 "reason": "layoutObject insertion" | 214 "reason": "layoutObject insertion" |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 "object": "LayoutText #text", | 357 "object": "LayoutText #text", |
254 "reason": "layoutObject insertion" | 358 "reason": "layoutObject insertion" |
255 }, | 359 }, |
256 { | 360 { |
257 "object": "InlineTextBox 'the break.'", | 361 "object": "InlineTextBox 'the break.'", |
258 "reason": "layoutObject insertion" | 362 "reason": "layoutObject insertion" |
259 } | 363 } |
260 ] | 364 ] |
261 } | 365 } |
262 | 366 |
OLD | NEW |