OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutBlockFlow DIV id='scroller'", | 10 "name": "LayoutBlockFlow DIV id='scroller'", |
(...skipping 12 matching lines...) Expand all Loading... |
23 "rect": [1, 1, 300, 600], | 23 "rect": [1, 1, 300, 600], |
24 "reason": "subtree" | 24 "reason": "subtree" |
25 }, | 25 }, |
26 { | 26 { |
27 "object": "LayoutBlockFlow DIV", | 27 "object": "LayoutBlockFlow DIV", |
28 "rect": [1, -399, 300, 600], | 28 "rect": [1, -399, 300, 600], |
29 "reason": "subtree" | 29 "reason": "subtree" |
30 }, | 30 }, |
31 { | 31 { |
32 "object": "LayoutBlockFlow DIV id='target'", | 32 "object": "LayoutBlockFlow DIV id='target'", |
| 33 "rect": [1, 601, 100, 100], |
| 34 "reason": "subtree" |
| 35 }, |
| 36 { |
| 37 "object": "LayoutBlockFlow DIV id='target'", |
33 "rect": [1, 201, 100, 100], | 38 "rect": [1, 201, 100, 100], |
34 "reason": "subtree" | 39 "reason": "subtree" |
35 }, | 40 }, |
36 { | 41 { |
37 "object": "LayoutBlockFlow DIV id='target'", | 42 "object": "LayoutBlockFlow DIV id='target'", |
38 "rect": [1, 689, 88, 12], | 43 "rect": [1, 689, 88, 12], |
39 "reason": "scroll" | 44 "reason": "scroll" |
40 }, | 45 }, |
41 { | 46 { |
42 "object": "LayoutBlockFlow DIV id='target'", | 47 "object": "LayoutBlockFlow DIV id='target'", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "object": "VerticalScrollbar", | 96 "object": "VerticalScrollbar", |
92 "reason": "scroll" | 97 "reason": "scroll" |
93 }, | 98 }, |
94 { | 99 { |
95 "object": "LayoutScrollbarPart (anonymous)", | 100 "object": "LayoutScrollbarPart (anonymous)", |
96 "reason": "scroll" | 101 "reason": "scroll" |
97 } | 102 } |
98 ] | 103 ] |
99 } | 104 } |
100 | 105 |
OLD | NEW |