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 "repaintRects": [ | |
9 [0, 0, 100, 100] | |
10 ], | |
11 "paintInvalidationClients": [ | 8 "paintInvalidationClients": [ |
12 "LayoutBlockFlow (relative positioned) DIV id='inner'" | 9 "LayoutBlockFlow (relative positioned) DIV id='inner'" |
13 ], | 10 ], |
14 "children": [ | 11 "children": [ |
15 { | 12 { |
16 "position": [278, 278], | 13 "position": [278, 278], |
17 "bounds": [100, 100], | 14 "bounds": [100, 100], |
18 "contentsOpaque": true, | 15 "contentsOpaque": true, |
19 "drawsContent": true, | 16 "drawsContent": true, |
20 "backfaceVisibility": "hidden", | 17 "backfaceVisibility": "hidden", |
21 "backgroundColor": "#008000", | 18 "backgroundColor": "#008000", |
22 "repaintRects": [ | 19 "repaintRects": [ |
23 [0, 0, 100, 100], | 20 [0, 0, 100, 100], |
24 [0, 0, 100, 100], | 21 [0, 0, 100, 100], |
25 [0, 0, 100, 100] | 22 [0, 0, 100, 100] |
26 ], | 23 ], |
27 "paintInvalidationClients": [ | 24 "paintInvalidationClients": [ |
28 "LayoutBlockFlow (relative positioned) DIV id='outer'", | 25 "LayoutBlockFlow (relative positioned) DIV id='outer'", |
29 "LayoutBlockFlow (relative positioned) DIV id='inner'", | 26 "LayoutBlockFlow (relative positioned) DIV id='inner'", |
30 "LayoutBlockFlow (relative positioned) DIV id='outer'" | 27 "LayoutBlockFlow (relative positioned) DIV id='outer'" |
31 ] | 28 ] |
32 } | 29 } |
33 ] | 30 ] |
34 } | 31 } |
35 ] | 32 ] |
36 } | 33 } |
37 | 34 |
OLD | NEW |