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": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow (positioned) DIV id='outer'", | 12 "object": "LayoutBlockFlow (positioned) DIV id='outer'", |
11 "rect": [8, 293, 285, 15], | 13 "rect": [8, 293, 285, 15], |
12 "reason": "scroll" | 14 "reason": "scroll" |
13 }, | |
14 { | |
15 "object": "HorizontalScrollbar", | |
16 "reason": "scroll" | |
17 } | 15 } |
18 ], | 16 ], |
19 "children": [ | 17 "children": [ |
20 { | 18 { |
| 19 "name": "Ancestor Clipping Layer", |
21 "position": [8, 8], | 20 "position": [8, 8], |
22 "bounds": [285, 285], | 21 "bounds": [285, 285], |
23 "shouldFlattenTransform": false, | 22 "shouldFlattenTransform": false, |
24 "children": [ | 23 "children": [ |
25 { | 24 { |
| 25 "name": "LayoutBlockFlow (positioned) DIV id='container'", |
26 "position": [-315, 0], | 26 "position": [-315, 0], |
27 "bounds": [600, 600], | 27 "bounds": [600, 600], |
28 "contentsOpaque": true, | 28 "contentsOpaque": true, |
29 "drawsContent": true, | 29 "drawsContent": true, |
30 "backgroundColor": "#FF0000", | 30 "backgroundColor": "#FF0000", |
31 "paintInvalidations": [ | 31 "paintInvalidations": [ |
32 { | 32 { |
33 "object": "LayoutBlockFlow DIV id='inner'", | 33 "object": "LayoutBlockFlow DIV id='inner'", |
34 "rect": [0, 0, 600, 600], | 34 "rect": [0, 0, 600, 600], |
35 "reason": "style change" | 35 "reason": "style change" |
36 } | 36 } |
37 ] | 37 ] |
38 } | 38 } |
39 ] | 39 ] |
40 } | 40 } |
41 ] | 41 ] |
42 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "HorizontalScrollbar", |
| 47 "reason": "scroll" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutBlockFlow DIV id='inner'", |
| 51 "reason": "style change" |
| 52 } |
43 ] | 53 ] |
44 } | 54 } |
45 | 55 |
OLD | NEW |