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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (positioned) DIV", | 10 "object": "LayoutBlockFlow (positioned) DIV", |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "scroll" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow (positioned) DIV", | |
16 "rect": [185, 100, 15, 200], | 11 "rect": [185, 100, 15, 200], |
17 "reason": "scroll" | 12 "reason": "scroll" |
18 }, | 13 }, |
19 { | 14 { |
| 15 "object": "LayoutBlockFlow (positioned) DIV", |
| 16 "reason": "scroll" |
| 17 }, |
| 18 { |
20 "object": "VerticalScrollbar", | 19 "object": "VerticalScrollbar", |
21 "rect": [0, 0, 0, 0], | |
22 "reason": "full" | 20 "reason": "full" |
23 } | 21 } |
24 ] | 22 ] |
25 } | 23 } |
26 ] | 24 ] |
27 } | 25 } |
28 | 26 |
OLD | NEW |