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 [71, 79, 35, 19], | 9 [71, 79, 35, 19], |
10 [67, 159, 39, 19], | 10 [67, 159, 39, 19], |
11 [39, 79, 142, 99], | 11 [39, 79, 142, 99], |
12 [39, 79, 32, 19], | 12 [39, 79, 32, 19], |
13 [38, 100, 152, 80], | 13 [38, 100, 152, 80], |
14 [38, 99, 152, 81], | 14 [38, 99, 152, 81], |
15 [38, 79, 152, 99], | 15 [38, 79, 152, 99] |
16 [8, 79, 784, 99], | |
17 [8, 79, 784, 99] | |
18 ], | 16 ], |
19 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
20 "LayoutBlockFlow HTML", | |
21 "InlineTextBox 'world hello world'", | 18 "InlineTextBox 'world hello world'", |
22 "InlineTextBox ' '", | 19 "InlineTextBox ' '", |
23 "InlineTextBox 'hello world hello world'", | 20 "InlineTextBox 'hello world hello world'", |
24 "InlineTextBox ' '", | 21 "InlineTextBox ' '", |
25 "InlineTextBox 'hello world hello world'", | 22 "InlineTextBox 'hello world hello world'", |
26 "InlineTextBox ' '", | 23 "InlineTextBox ' '", |
27 "InlineTextBox 'hello world hello world'", | 24 "InlineTextBox 'hello world hello world'", |
28 "InlineTextBox ' '", | 25 "InlineTextBox ' '", |
29 "InlineTextBox 'hello'", | 26 "InlineTextBox 'hello'", |
30 "LayoutText #text", | 27 "LayoutText #text", |
(...skipping 17 matching lines...) Expand all Loading... |
48 "InlineTextBox 'world'", | 45 "InlineTextBox 'world'", |
49 "LayoutText #text", | 46 "LayoutText #text", |
50 "InlineTextBox 'world'", | 47 "InlineTextBox 'world'", |
51 "LayoutBR BR", | 48 "LayoutBR BR", |
52 "InlineTextBox '\n'" | 49 "InlineTextBox '\n'" |
53 ] | 50 ] |
54 } | 51 } |
55 ] | 52 ] |
56 } | 53 } |
57 | 54 |
OLD | NEW |