OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "shouldFlattenTransform": false, | 10 "shouldFlattenTransform": false, |
11 "children": [ | 11 "children": [ |
12 { | 12 { |
13 "position": [8, 8], | 13 "position": [8, 8], |
14 "bounds": [500, 500] | 14 "bounds": [500, 500] |
15 }, | 15 }, |
16 { | 16 { |
17 "position": [55, 55], | 17 "position": [55, 55], |
18 "bounds": [500, 500], | 18 "bounds": [500, 500], |
19 "drawsContent": true, | 19 "drawsContent": true, |
20 "paintInvalidations": [ | 20 "paintInvalidations": [ |
21 { | 21 { |
22 "object": "LayoutBlockFlow (positioned) DIV", | 22 "object": "LayoutBlockFlow (positioned) DIV", |
23 "rect": [55, 55, 500, 500], | 23 "rect": [55, 55, 500, 500], |
24 "reason": "layer" | 24 "reason": "subtree" |
25 }, | 25 }, |
26 { | 26 { |
27 "object": "LayoutBlockFlow (positioned) DIV", | 27 "object": "LayoutBlockFlow (positioned) DIV", |
28 "rect": [0, 0, 500, 500], | 28 "rect": [0, 0, 500, 500], |
29 "reason": "compositing update" | 29 "reason": "compositing update" |
30 }, | 30 }, |
31 { | 31 { |
32 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'
", | 32 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'
", |
33 "rect": [0, 0, 50, 50], | 33 "rect": [0, 0, 50, 50], |
34 "reason": "layoutObject removal" | 34 "reason": "layoutObject removal" |
35 } | 35 } |
36 ] | 36 ] |
37 } | 37 } |
38 ] | 38 ] |
39 } | 39 } |
40 ] | 40 ] |
41 } | 41 } |
42 ] | 42 ] |
43 } | 43 } |
44 | 44 |
OLD | NEW |