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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
11 "rect": [50, 50, 75, 75], | 11 "rect": [50, 50, 75, 75], |
12 "reason": "layer" | 12 "reason": "subtree" |
13 } | 13 } |
14 ], | 14 ], |
15 "children": [ | 15 "children": [ |
16 { | 16 { |
17 "position": [200, 100], | 17 "position": [200, 100], |
18 "transformOrigin": [50, 50], | 18 "transformOrigin": [50, 50], |
19 "bounds": [125, 125], | 19 "bounds": [125, 125], |
20 "drawsContent": true, | 20 "drawsContent": true, |
21 "backgroundColor": "#0000FF", | 21 "backgroundColor": "#0000FF", |
22 "paintInvalidations": [ | 22 "paintInvalidations": [ |
23 { | 23 { |
24 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 24 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
25 "rect": [50, 50, 75, 75], | 25 "rect": [50, 50, 75, 75], |
26 "reason": "bounds change" | 26 "reason": "bounds change" |
27 } | 27 } |
28 ] | 28 ] |
29 } | 29 } |
30 ] | 30 ] |
31 } | 31 } |
32 ] | 32 ] |
33 } | 33 } |
34 | 34 |
OLD | NEW |