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": "Squashing Containment Layer", |
10 "shouldFlattenTransform": false, | 13 "shouldFlattenTransform": false, |
11 "children": [ | 14 "children": [ |
12 { | 15 { |
| 16 "name": "LayoutBlockFlow (positioned) DIV", |
13 "position": [8, 8], | 17 "position": [8, 8], |
14 "bounds": [200, 200], | 18 "bounds": [200, 200], |
15 "contentsOpaque": true, | 19 "contentsOpaque": true, |
16 "drawsContent": true, | 20 "drawsContent": true, |
17 "backgroundColor": "#D3D3D3" | 21 "backgroundColor": "#D3D3D3" |
18 }, | 22 }, |
19 { | 23 { |
| 24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV)", |
20 "position": [50, 50], | 25 "position": [50, 50], |
21 "bounds": [200, 200], | 26 "bounds": [200, 200], |
22 "drawsContent": true, | 27 "drawsContent": true, |
23 "paintInvalidations": [ | 28 "paintInvalidations": [ |
24 { | 29 { |
25 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 30 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
26 "rect": [0, 0, 200, 200], | 31 "rect": [0, 0, 200, 200], |
27 "reason": "subtree" | 32 "reason": "subtree" |
28 } | 33 } |
29 ] | 34 ] |
30 } | 35 } |
31 ] | 36 ] |
32 }, | 37 }, |
33 { | 38 { |
| 39 "name": "LayoutBlockFlow (positioned) DIV id='target'", |
34 "position": [50, 50], | 40 "position": [50, 50], |
35 "bounds": [200, 200], | 41 "bounds": [200, 200], |
36 "contentsOpaque": true, | 42 "contentsOpaque": true, |
37 "drawsContent": true, | 43 "drawsContent": true, |
38 "backgroundColor": "#ADD8E6", | 44 "backgroundColor": "#ADD8E6", |
39 "paintInvalidations": [ | 45 "paintInvalidations": [ |
40 { | 46 { |
41 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 47 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
42 "rect": [0, 0, 200, 200], | 48 "rect": [0, 0, 200, 200], |
43 "reason": "subtree" | 49 "reason": "subtree" |
44 } | 50 } |
45 ] | 51 ] |
46 } | 52 } |
47 ] | 53 ] |
48 } | 54 } |
| 55 ], |
| 56 "objectPaintInvalidations": [ |
| 57 { |
| 58 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 59 "reason": "subtree" |
| 60 }, |
| 61 { |
| 62 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 63 "reason": "subtree" |
| 64 } |
49 ] | 65 ] |
50 } | 66 } |
51 | 67 |
OLD | NEW |