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 DIV", |
13 "position": [8, 8], | 17 "position": [8, 8], |
14 "bounds": [500, 500] | 18 "bounds": [500, 500] |
15 }, | 19 }, |
16 { | 20 { |
| 21 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV)", |
17 "position": [55, 55], | 22 "position": [55, 55], |
18 "bounds": [500, 500], | 23 "bounds": [500, 500], |
19 "drawsContent": true, | 24 "drawsContent": true, |
20 "paintInvalidations": [ | 25 "paintInvalidations": [ |
21 { | 26 { |
22 "object": "LayoutBlockFlow (positioned) DIV", | 27 "object": "LayoutBlockFlow (positioned) DIV", |
23 "rect": [55, 55, 500, 500], | 28 "rect": [55, 55, 500, 500], |
24 "reason": "subtree" | 29 "reason": "subtree" |
25 }, | 30 }, |
26 { | 31 { |
27 "object": "LayoutBlockFlow (positioned) DIV", | 32 "object": "LayoutBlockFlow (positioned) DIV", |
28 "rect": [0, 0, 500, 500], | 33 "rect": [0, 0, 500, 500], |
29 "reason": "compositing update" | 34 "reason": "compositing update" |
30 }, | 35 }, |
31 { | 36 { |
32 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'
", | 37 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'
", |
33 "rect": [0, 0, 50, 50], | 38 "rect": [0, 0, 50, 50], |
34 "reason": "layoutObject removal" | 39 "reason": "layoutObject removal" |
35 } | 40 } |
36 ] | 41 ] |
37 } | 42 } |
38 ] | 43 ] |
39 } | 44 } |
40 ] | 45 ] |
41 } | 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 } |
42 ] | 61 ] |
43 } | 62 } |
44 | 63 |
OLD | NEW |