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, 220, 100, 104], | 9 [8, 220, 100, 104], |
10 [8, 220, 100, 100], | 10 [8, 220, 100, 100], |
11 [8, 220, 100, 100], | 11 [8, 220, 100, 100], |
12 [8, 200, 100, 104], | 12 [8, 200, 100, 104], |
13 [8, 200, 100, 100], | 13 [8, 200, 100, 100], |
14 [8, 200, 100, 100], | 14 [8, 200, 100, 100], |
15 [8, 40, 784, 104] | 15 [8, 40, 784, 104] |
16 ], | 16 ], |
17 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
| 18 "InlineBox", |
| 19 "InlineFlowBox", |
| 20 "InlineFlowBox", |
| 21 "RootInlineBox", |
18 "LayoutBlockFlow (anonymous)", | 22 "LayoutBlockFlow (anonymous)", |
19 "LayoutInline (relative positioned) SPAN id='target'", | 23 "LayoutInline (relative positioned) SPAN id='target'", |
| 24 "InlineFlowBox", |
20 "LayoutText #text", | 25 "LayoutText #text", |
21 "LayoutBlockFlow DIV", | 26 "LayoutBlockFlow DIV", |
22 "LayoutText #text", | 27 "LayoutText #text", |
| 28 "InlineTextBox 'x'", |
23 "LayoutText #text" | 29 "LayoutText #text" |
24 ] | 30 ] |
25 } | 31 } |
26 ] | 32 ] |
27 } | 33 } |
28 | 34 |
OLD | NEW |