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 "paintInvalidationClients": [ | 8 "paintInvalidationClients": [ |
9 "LayoutBlockFlow (positioned) DIV id='target'" | 9 "LayoutBlockFlow (positioned) DIV id='target'" |
10 ], | 10 ], |
11 "children": [ | 11 "children": [ |
12 { | 12 { |
13 "position": [200, 200], | 13 "position": [200, 200], |
14 "bounds": [200, 200], | 14 "bounds": [200, 200] |
15 "paintInvalidationClients": [ | |
16 "LayoutBlockFlow (positioned) DIV id='target'" | |
17 ] | |
18 } | 15 } |
19 ] | 16 ] |
20 } | 17 } |
21 ] | 18 ] |
22 } | 19 } |
23 | 20 |
OLD | NEW |