OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "children": [ | 10 "children": [ |
9 { | 11 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV id='scroller' class='scrolle
r'", |
10 "position": [10, 60], | 13 "position": [10, 60], |
11 "bounds": [700, 400], | 14 "bounds": [700, 400], |
12 "shouldFlattenTransform": false, | 15 "shouldFlattenTransform": false, |
13 "drawsContent": true, | 16 "drawsContent": true, |
14 "children": [ | 17 "children": [ |
15 { | 18 { |
| 19 "name": "Scrolling Layer", |
16 "bounds": [685, 385], | 20 "bounds": [685, 385], |
17 "shouldFlattenTransform": false, | 21 "shouldFlattenTransform": false, |
18 "children": [ | 22 "children": [ |
19 { | 23 { |
| 24 "name": "Scrolling Contents Layer", |
20 "bounds": [685, 600], | 25 "bounds": [685, 600], |
21 "drawsContent": true, | 26 "drawsContent": true, |
22 "paintInvalidations": [ | 27 "paintInvalidations": [ |
23 { | 28 { |
24 "object": "LayoutBlockFlow (positioned) DIV id='block'", | 29 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
25 "rect": [300, 200, 120, 50], | 30 "rect": [300, 200, 120, 50], |
26 "reason": "bounds change" | 31 "reason": "bounds change" |
27 }, | 32 }, |
28 { | 33 { |
29 "object": "LayoutBlockFlow (positioned) DIV id='block'", | 34 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
30 "rect": [50, 200, 120, 50], | 35 "rect": [50, 200, 120, 50], |
31 "reason": "bounds change" | 36 "reason": "bounds change" |
32 } | 37 } |
33 ] | 38 ] |
34 } | 39 } |
35 ] | 40 ] |
36 }, | 41 }, |
37 { | 42 { |
| 43 "name": "Overflow Controls Host Layer", |
38 "bounds": [700, 400], | 44 "bounds": [700, 400], |
39 "children": [ | 45 "children": [ |
40 { | 46 { |
| 47 "name": "Horizontal Scrollbar Layer", |
41 "position": [0, 385], | 48 "position": [0, 385], |
42 "bounds": [685, 15] | 49 "bounds": [685, 15] |
43 }, | 50 }, |
44 { | 51 { |
| 52 "name": "Vertical Scrollbar Layer", |
45 "position": [685, 0], | 53 "position": [685, 0], |
46 "bounds": [15, 385], | 54 "bounds": [15, 385], |
47 "paintInvalidations": [ | 55 "paintInvalidations": [ |
48 { | 56 { |
49 "object": "Vertical Scrollbar Layer", | 57 "object": "Vertical Scrollbar Layer", |
50 "rect": [0, 0, 15, 385], | 58 "rect": [0, 0, 15, 385], |
51 "reason": "full" | 59 "reason": "full" |
52 } | 60 } |
53 ] | 61 ] |
54 }, | 62 }, |
55 { | 63 { |
| 64 "name": "Scroll Corner Layer", |
56 "position": [685, 385], | 65 "position": [685, 385], |
57 "bounds": [15, 15], | 66 "bounds": [15, 15], |
58 "drawsContent": true | 67 "drawsContent": true |
59 } | 68 } |
60 ] | 69 ] |
61 } | 70 } |
62 ] | 71 ] |
63 } | 72 } |
64 ] | 73 ] |
65 } | 74 } |
| 75 ], |
| 76 "objectPaintInvalidations": [ |
| 77 { |
| 78 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
| 79 "reason": "bounds change" |
| 80 } |
66 ] | 81 ] |
67 } | 82 } |
68 | 83 |
OLD | NEW |