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