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 "paintInvalidations": [ | |
9 { | |
10 "object": "LayoutBlockFlow BODY", | |
11 "reason": "selection" | |
12 }, | |
13 { | |
14 "object": "LayoutBlockFlow HTML", | |
15 "reason": "selection" | |
16 } | |
17 ], | |
18 "children": [ | 10 "children": [ |
19 { | 11 { |
| 12 "name": "LayoutBlockFlow DIV id='scroller'", |
20 "position": [8, 8], | 13 "position": [8, 8], |
21 "bounds": [200, 200], | 14 "bounds": [200, 200], |
22 "contentsOpaque": true, | 15 "contentsOpaque": true, |
23 "shouldFlattenTransform": false, | 16 "shouldFlattenTransform": false, |
24 "drawsContent": true, | 17 "drawsContent": true, |
25 "backgroundColor": "#D3D3D3", | 18 "backgroundColor": "#D3D3D3", |
26 "paintInvalidations": [ | |
27 { | |
28 "object": "InlineTextBox 'test'", | |
29 "reason": "selection" | |
30 }, | |
31 { | |
32 "object": "LayoutBlockFlow DIV id='scroller'", | |
33 "reason": "selection" | |
34 } | |
35 ], | |
36 "children": [ | 19 "children": [ |
37 { | 20 { |
| 21 "name": "Scrolling Layer", |
38 "bounds": [185, 185], | 22 "bounds": [185, 185], |
39 "shouldFlattenTransform": false, | 23 "shouldFlattenTransform": false, |
40 "children": [ | 24 "children": [ |
41 { | 25 { |
| 26 "name": "Scrolling Contents Layer", |
42 "bounds": [200, 1620], | 27 "bounds": [200, 1620], |
43 "drawsContent": true, | 28 "drawsContent": true, |
44 "paintInvalidations": [ | 29 "paintInvalidations": [ |
45 { | 30 { |
46 "object": "LayoutText #text", | 31 "object": "LayoutText #text", |
47 "rect": [0, 610, 23, 18], | 32 "rect": [0, 610, 23, 18], |
48 "reason": "selection" | 33 "reason": "selection" |
49 }, | |
50 { | |
51 "object": "InlineTextBox 'test'", | |
52 "reason": "selection" | |
53 }, | |
54 { | |
55 "object": "LayoutBlockFlow DIV id='scroller'", | |
56 "reason": "selection" | |
57 }, | |
58 { | |
59 "object": "LayoutBlockFlow DIV id='target'", | |
60 "reason": "selection" | |
61 } | 34 } |
62 ] | 35 ] |
63 } | 36 } |
64 ] | 37 ] |
65 }, | 38 }, |
66 { | 39 { |
| 40 "name": "Overflow Controls Host Layer", |
67 "bounds": [200, 200], | 41 "bounds": [200, 200], |
68 "children": [ | 42 "children": [ |
69 { | 43 { |
| 44 "name": "Horizontal Scrollbar Layer", |
70 "position": [0, 185], | 45 "position": [0, 185], |
71 "bounds": [185, 15] | 46 "bounds": [185, 15] |
72 }, | 47 }, |
73 { | 48 { |
| 49 "name": "Vertical Scrollbar Layer", |
74 "position": [185, 0], | 50 "position": [185, 0], |
75 "bounds": [15, 185] | 51 "bounds": [15, 185] |
76 }, | 52 }, |
77 { | 53 { |
| 54 "name": "Scroll Corner Layer", |
78 "position": [185, 185], | 55 "position": [185, 185], |
79 "bounds": [15, 15], | 56 "bounds": [15, 15], |
80 "drawsContent": true | 57 "drawsContent": true |
81 } | 58 } |
82 ] | 59 ] |
83 } | 60 } |
84 ] | 61 ] |
85 } | 62 } |
86 ] | 63 ] |
87 } | 64 } |
| 65 ], |
| 66 "objectPaintInvalidations": [ |
| 67 { |
| 68 "object": "LayoutBlockFlow HTML", |
| 69 "reason": "selection" |
| 70 }, |
| 71 { |
| 72 "object": "LayoutBlockFlow BODY", |
| 73 "reason": "selection" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutBlockFlow DIV id='scroller'", |
| 77 "reason": "selection" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutBlockFlow DIV id='target'", |
| 81 "reason": "selection" |
| 82 }, |
| 83 { |
| 84 "object": "LayoutText #text", |
| 85 "reason": "selection" |
| 86 }, |
| 87 { |
| 88 "object": "InlineTextBox 'test'", |
| 89 "reason": "selection" |
| 90 } |
88 ] | 91 ] |
89 } | 92 } |
90 | 93 |
OLD | NEW |