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 { |
(...skipping 11 matching lines...) Expand all Loading... |
22 "backgroundColor": "#0000FF", | 22 "backgroundColor": "#0000FF", |
23 "paintInvalidations": [ | 23 "paintInvalidations": [ |
24 { | 24 { |
25 "object": "LayoutBlockFlow (positioned) DIV id='container'", | 25 "object": "LayoutBlockFlow (positioned) DIV id='container'", |
26 "rect": [0, 0, 100, 100], | 26 "rect": [0, 0, 100, 100], |
27 "reason": "became visible" | 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": "subtree" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
36 "rect": [50, 50, 75, 75], | 36 "rect": [50, 50, 75, 75], |
37 "reason": "layer" | 37 "reason": "subtree" |
38 }, | 38 }, |
39 { | 39 { |
40 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 40 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
41 "reason": "layer" | 41 "reason": "subtree" |
42 } | 42 } |
43 ] | 43 ] |
44 } | 44 } |
45 ] | 45 ] |
46 } | 46 } |
47 ] | 47 ] |
48 } | 48 } |
49 | 49 |
OLD | NEW |