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", | 12 "object": "LayoutBlockFlow (positioned) DIV", |
11 "rect": [176, 218, 394, 185], | 13 "rect": [176, 218, 394, 185], |
12 "reason": "subtree" | 14 "reason": "subtree" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutBlockFlow (positioned) DIV", | 17 "object": "LayoutBlockFlow (positioned) DIV", |
16 "rect": [176, 218, 388, 203], | 18 "rect": [176, 218, 388, 203], |
17 "reason": "subtree" | 19 "reason": "subtree" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutBlockFlow (relative positioned) DIV id='box'", | 22 "object": "LayoutBlockFlow (relative positioned) DIV id='box'", |
21 "rect": [76, 118, 266, 266], | 23 "rect": [76, 118, 266, 266], |
22 "reason": "subtree" | 24 "reason": "subtree" |
23 } | 25 } |
24 ] | 26 ] |
25 } | 27 } |
| 28 ], |
| 29 "objectPaintInvalidations": [ |
| 30 { |
| 31 "object": "LayoutBlockFlow (relative positioned) DIV id='box'", |
| 32 "reason": "subtree" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutBlockFlow (positioned) DIV", |
| 36 "reason": "subtree" |
| 37 } |
26 ] | 38 ] |
27 } | 39 } |
28 | 40 |
OLD | NEW |