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 "repaintRects": [ | 8 "repaintRects": [ |
9 [305, 35, 297, 18], | 9 [305, 35, 297, 18], |
10 [305, 35, 297, 18], | 10 [305, 35, 297, 18], |
11 [153, 35, 297, 18], | 11 [153, 35, 297, 18], |
12 [153, 35, 297, 18] | 12 [153, 35, 297, 18] |
13 ], | 13 ], |
14 "paintInvalidationClients": [ | 14 "paintInvalidationClients": [ |
15 "LayoutBlockFlow (floating) SPAN", | 15 "LayoutBlockFlow (floating) SPAN", |
| 16 "RootInlineBox", |
16 "LayoutText #text", | 17 "LayoutText #text", |
17 "InlineTextBox 'the quick brown fox jumped over the lazy dog'", | 18 "InlineTextBox 'the quick brown fox jumped over the lazy dog'", |
18 "LayoutBlockFlow (positioned) SPAN", | 19 "LayoutBlockFlow (positioned) SPAN", |
| 20 "RootInlineBox", |
19 "LayoutText #text", | 21 "LayoutText #text", |
20 "InlineTextBox 'the quick brown fox jumped over the lazy dog'" | 22 "InlineTextBox 'the quick brown fox jumped over the lazy dog'" |
21 ] | 23 ] |
22 } | 24 } |
23 ] | 25 ] |
24 } | 26 } |
25 | 27 |
OLD | NEW |