OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 2016], | 3 "bounds": [800, 2016], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 2016], | 7 "bounds": [800, 2016], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", | 12 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
11 "rect": [100, 150, 100, 100], | 13 "rect": [100, 150, 100, 100], |
12 "reason": "subtree" | 14 "reason": "subtree" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut
e clipped'", | 17 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut
e clipped'", |
16 "rect": [100, 150, 100, 100], | 18 "rect": [100, 150, 100, 100], |
17 "reason": "subtree" | 19 "reason": "subtree" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative g
reen'", | 22 "object": "LayoutBlockFlow (relative positioned) DIV class='relative g
reen'", |
21 "rect": [100, 150, 100, 100], | 23 "rect": [100, 150, 100, 100], |
22 "reason": "subtree" | 24 "reason": "subtree" |
23 } | 25 } |
24 ] | 26 ] |
25 } | 27 } |
| 28 ], |
| 29 "objectPaintInvalidations": [ |
| 30 { |
| 31 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl
ipped'", |
| 32 "reason": "subtree" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutBlockFlow (relative positioned) DIV class='relative green
'", |
| 36 "reason": "subtree" |
| 37 }, |
| 38 { |
| 39 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
| 40 "reason": "subtree" |
| 41 } |
26 ] | 42 ] |
27 } | 43 } |
28 | 44 |
OLD | NEW |