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