OLD | NEW |
| (Empty) |
1 { | |
2 "name": "Content Root Layer", | |
3 "bounds": [800, 600], | |
4 "children": [ | |
5 { | |
6 "name": "LayoutView #document", | |
7 "bounds": [800, 600], | |
8 "contentsOpaque": true, | |
9 "drawsContent": true, | |
10 "children": [ | |
11 { | |
12 "name": "Squashing Containment Layer", | |
13 "shouldFlattenTransform": false, | |
14 "children": [ | |
15 { | |
16 "name": "LayoutBlockFlow DIV", | |
17 "position": [8, 8], | |
18 "bounds": [500, 500] | |
19 }, | |
20 { | |
21 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV)", | |
22 "position": [55, 55], | |
23 "bounds": [500, 500], | |
24 "drawsContent": true, | |
25 "paintInvalidations": [ | |
26 { | |
27 "object": "LayoutBlockFlow (positioned) DIV", | |
28 "rect": [55, 55, 500, 500], | |
29 "reason": "subtree" | |
30 }, | |
31 { | |
32 "object": "LayoutBlockFlow (positioned) DIV", | |
33 "rect": [0, 0, 500, 500], | |
34 "reason": "compositing update" | |
35 }, | |
36 { | |
37 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'
", | |
38 "rect": [0, 0, 50, 50], | |
39 "reason": "layoutObject removal" | |
40 } | |
41 ] | |
42 } | |
43 ] | |
44 } | |
45 ] | |
46 } | |
47 ], | |
48 "objectPaintInvalidations": [ | |
49 { | |
50 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'", | |
51 "reason": "layoutObject removal" | |
52 }, | |
53 { | |
54 "object": "LayoutBlockFlow (positioned) DIV", | |
55 "reason": "subtree" | |
56 }, | |
57 { | |
58 "object": "LayoutBlockFlow (positioned) DIV", | |
59 "reason": "compositing update" | |
60 } | |
61 ] | |
62 } | |
63 | |
OLD | NEW |