OLD | NEW |
1 CONSOLE MESSAGE: line 30: debug | 1 CONSOLE MESSAGE: line 30: debug |
2 { | 2 { |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
8 "drawsContent": true, | 8 "drawsContent": true, |
9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
10 { | 10 { |
11 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 11 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
12 "rect": [50, 50, 75, 75], | 12 "rect": [50, 50, 75, 75], |
13 "reason": "bounds change" | 13 "reason": "bounds change" |
14 } | 14 } |
15 ], | 15 ], |
16 "children": [ | 16 "children": [ |
17 { | 17 { |
18 "position": [200, 100], | 18 "position": [200, 100], |
19 "bounds": [100, 100], | 19 "bounds": [100, 100], |
20 "contentsOpaque": true, | 20 "contentsOpaque": true, |
21 "drawsContent": true, | 21 "drawsContent": true, |
22 "backgroundColor": "#0000FF", | 22 "backgroundColor": "#0000FF", |
23 "paintInvalidations": [ | 23 "paintInvalidations": [ |
24 { | 24 { |
25 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 25 "object": "LayoutBlockFlow (positioned) DIV id='container'", |
26 "rect": [50, 50, 75, 75], | 26 "rect": [0, 0, 100, 100], |
27 "reason": "layer" | 27 "reason": "became visible" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutBlockFlow (positioned) DIV id='container'", | 30 "object": "LayoutBlockFlow (positioned) DIV id='container'", |
31 "rect": [0, 0, 100, 100], | 31 "rect": [0, 0, 100, 100], |
32 "reason": "layer" | 32 "reason": "layer" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutBlockFlow (positioned) DIV id='container'", | 35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
36 "rect": [0, 0, 100, 100], | 36 "rect": [50, 50, 75, 75], |
37 "reason": "became visible" | 37 "reason": "layer" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
| 41 "reason": "layer" |
38 } | 42 } |
39 ] | 43 ] |
40 } | 44 } |
41 ] | 45 ] |
42 } | 46 } |
43 ] | 47 ] |
44 } | 48 } |
45 | 49 |
OLD | NEW |