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 id='box' class='green box'
", | 12 "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'
", |
11 "rect": [300, 8, 450, 200], | 13 "rect": [300, 8, 450, 200], |
12 "reason": "subtree" | 14 "reason": "subtree" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'
", | 17 "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'
", |
16 "rect": [300, 8, 200, 200], | 18 "rect": [300, 8, 200, 200], |
17 "reason": "subtree" | 19 "reason": "subtree" |
18 } | 20 } |
19 ] | 21 ] |
20 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'", |
| 27 "reason": "subtree" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'", |
| 31 "reason": "subtree" |
| 32 } |
21 ] | 33 ] |
22 } | 34 } |
23 | 35 |
OLD | NEW |