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 "position": [10, 60], | 10 "position": [10, 60], |
(...skipping 13 matching lines...) Expand all Loading... |
24 { | 24 { |
25 "bounds": [285, 900], | 25 "bounds": [285, 900], |
26 "shouldFlattenTransform": false, | 26 "shouldFlattenTransform": false, |
27 "drawsContent": true, | 27 "drawsContent": true, |
28 "repaintRects": [ | 28 "repaintRects": [ |
29 [50, 310, 200, 50], | 29 [50, 310, 200, 50], |
30 [50, 200, 200, 50] | 30 [50, 200, 200, 50] |
31 ], | 31 ], |
32 "paintInvalidationClients": [ | 32 "paintInvalidationClients": [ |
33 "LayoutBlockFlow (positioned) DIV id='block'" | 33 "LayoutBlockFlow (positioned) DIV id='block'" |
34 ], | |
35 "children": [ | |
36 { | |
37 "shouldFlattenTransform": false | |
38 } | |
39 ] | 34 ] |
40 } | 35 } |
41 ] | 36 ] |
42 }, | 37 }, |
43 { | 38 { |
44 "children": [ | 39 "children": [ |
45 { | 40 { |
46 "position": [0, 385], | 41 "position": [0, 385], |
47 "bounds": [285, 15], | 42 "bounds": [285, 15] |
48 "drawsContent": true | |
49 }, | 43 }, |
50 { | 44 { |
51 "position": [285, 0], | 45 "position": [285, 0], |
52 "bounds": [15, 385], | 46 "bounds": [15, 385], |
53 "drawsContent": true, | |
54 "repaintRects": [ | 47 "repaintRects": [ |
55 [0, 0, 15, 385] | 48 [0, 0, 15, 385] |
56 ], | |
57 "paintInvalidationClients": [ | |
58 "##ALL##" | |
59 ] | 49 ] |
60 }, | 50 }, |
61 { | 51 { |
62 "position": [285, 385], | 52 "position": [285, 385], |
63 "bounds": [15, 15], | 53 "bounds": [15, 15], |
64 "drawsContent": true | 54 "drawsContent": true |
65 } | 55 } |
66 ] | 56 ] |
67 } | 57 } |
68 ] | 58 ] |
69 } | 59 } |
70 ] | 60 ] |
71 } | 61 } |
72 ] | 62 ] |
73 } | 63 } |
74 | 64 |
OLD | NEW |