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