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 [8, 88, 100, 100], | 9 [8, 56, 784, 16], |
10 [8, 88, 100, 100] | 10 [8, 56, 112, 16], |
11 [8, 8, 784, 48], | |
12 [8, 8, 784, 16], | |
13 [8, 8, 112, 16] | |
11 ], | 14 ], |
12 "paintInvalidationClients": [ | 15 "paintInvalidationClients": [ |
13 "InlineTextBox ''", | 16 "LayoutBlockFlow DIV id='spacer'", |
17 "LayoutBlockFlow DIV class='test'", | |
14 "RootInlineBox", | 18 "RootInlineBox", |
15 "LayoutBlockFlow DIV id='target'", | |
16 "LayoutText #text", | 19 "LayoutText #text", |
17 "InlineTextBox 'a'" | 20 "InlineTextBox 'JOCULAR'" |
18 ] | 21 ] |
19 } | 22 } |
20 ] | 23 ] |
21 } | 24 } |
22 | 25 |
OLD | NEW |