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 "backgroundColor": "#C0C0C0", | 8 "backgroundColor": "#C0C0C0", |
9 "repaintRects": [ | 9 "repaintRects": [ |
10 [237, 64, 15, 236], | 10 [237, 64, 15, 236], |
(...skipping 12 matching lines...) Expand all Loading... |
23 "RootInlineBox", | 23 "RootInlineBox", |
24 "LayoutText #text", | 24 "LayoutText #text", |
25 "InlineTextBox 'scroll me'", | 25 "InlineTextBox 'scroll me'", |
26 "HorizontalScrollbar", | 26 "HorizontalScrollbar", |
27 "VerticalScrollbar" | 27 "VerticalScrollbar" |
28 ] | 28 ] |
29 } | 29 } |
30 ] | 30 ] |
31 } | 31 } |
32 | 32 |
OLD | NEW |