OLD | NEW |
| 1 CONSOLE MESSAGE: line 30: debug |
1 { | 2 { |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
5 "bounds": [800, 600], | 6 "bounds": [800, 600], |
6 "contentsOpaque": true, | 7 "contentsOpaque": true, |
7 "drawsContent": true, | 8 "drawsContent": true, |
8 "repaintRects": [ | 9 "repaintRects": [ |
9 [0, 0, 100, 100] | 10 [50, 50, 75, 75] |
10 ], | 11 ], |
11 "paintInvalidationClients": [ | 12 "paintInvalidationClients": [ |
12 "LayoutBlockFlow (relative positioned) DIV id='inner'" | 13 "LayoutBlockFlow (positioned) DIV class='fixed'" |
13 ], | 14 ], |
14 "children": [ | 15 "children": [ |
15 { | 16 { |
16 "position": [278, 278], | 17 "position": [200, 100], |
17 "bounds": [100, 100], | 18 "bounds": [100, 100], |
18 "contentsOpaque": true, | 19 "contentsOpaque": true, |
19 "drawsContent": true, | 20 "drawsContent": true, |
20 "backfaceVisibility": "hidden", | 21 "backgroundColor": "#0000FF", |
21 "backgroundColor": "#008000", | |
22 "repaintRects": [ | 22 "repaintRects": [ |
23 [0, 0, 100, 100], | 23 [50, 50, 75, 75], |
24 [0, 0, 100, 100], | 24 [0, 0, 100, 100], |
25 [0, 0, 100, 100] | 25 [0, 0, 100, 100] |
26 ], | 26 ], |
27 "paintInvalidationClients": [ | 27 "paintInvalidationClients": [ |
28 "LayoutBlockFlow (relative positioned) DIV id='outer'", | 28 "LayoutBlockFlow (positioned) DIV class='fixed'", |
29 "LayoutBlockFlow (relative positioned) DIV id='inner'", | 29 "LayoutBlockFlow (positioned) DIV id='container'", |
30 "LayoutBlockFlow (relative positioned) DIV id='outer'" | 30 "LayoutBlockFlow (positioned) DIV class='fixed'", |
| 31 "LayoutBlockFlow (positioned) DIV id='container'" |
31 ] | 32 ] |
32 } | 33 } |
33 ] | 34 ] |
34 } | 35 } |
35 ] | 36 ] |
36 } | 37 } |
37 | 38 |
OLD | NEW |