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 [112, 165, 42, 18], | 9 [112, 165, 42, 18], |
10 [74, 75, 39, 18], | 10 [74, 75, 39, 18], |
11 [39, 75, 119, 108], | 11 [39, 75, 119, 108], |
12 [39, 75, 36, 18], | 12 [39, 75, 36, 18], |
13 [38, 94, 152, 90], | 13 [38, 94, 152, 90], |
14 [38, 93, 152, 91], | 14 [38, 93, 152, 91], |
15 [38, 75, 152, 108], | 15 [38, 75, 152, 108] |
16 [8, 75, 784, 108], | |
17 [8, 75, 784, 108] | |
18 ], | 16 ], |
19 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
20 "LayoutBlockFlow HTML", | |
21 "InlineTextBox 'world hello'", | 18 "InlineTextBox 'world hello'", |
22 "InlineTextBox ' '", | 19 "InlineTextBox ' '", |
23 "InlineTextBox 'world hello world'", | 20 "InlineTextBox 'world hello world'", |
24 "InlineTextBox ' '", | 21 "InlineTextBox ' '", |
25 "InlineTextBox 'hello world hello'", | 22 "InlineTextBox 'hello world hello'", |
26 "InlineTextBox ' '", | 23 "InlineTextBox ' '", |
27 "InlineTextBox 'world hello world'", | 24 "InlineTextBox 'world hello world'", |
28 "InlineTextBox ' '", | 25 "InlineTextBox ' '", |
29 "InlineTextBox 'hello world hello'", | 26 "InlineTextBox 'hello world hello'", |
30 "InlineTextBox ' '", | 27 "InlineTextBox ' '", |
(...skipping 20 matching lines...) Expand all Loading... |
51 "InlineTextBox 'world'", | 48 "InlineTextBox 'world'", |
52 "LayoutText #text", | 49 "LayoutText #text", |
53 "InlineTextBox 'world'", | 50 "InlineTextBox 'world'", |
54 "LayoutBR BR", | 51 "LayoutBR BR", |
55 "InlineTextBox '\n'" | 52 "InlineTextBox '\n'" |
56 ] | 53 ] |
57 } | 54 } |
58 ] | 55 ] |
59 } | 56 } |
60 | 57 |
OLD | NEW |