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": [250, 230, 100, 100], | 13 "rect": [250, 230, 100, 100], |
12 "reason": "subtree" | 14 "reason": "subtree" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 11 matching lines...) Expand all Loading... |
26 "rect": [250, 230, 100, 100], | 28 "rect": [250, 230, 100, 100], |
27 "reason": "subtree" | 29 "reason": "subtree" |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutReplica (anonymous)", | 32 "object": "LayoutReplica (anonymous)", |
31 "rect": [250, 230, 100, 100], | 33 "rect": [250, 230, 100, 100], |
32 "reason": "subtree" | 34 "reason": "subtree" |
33 } | 35 } |
34 ] | 36 ] |
35 } | 37 } |
| 38 ], |
| 39 "objectPaintInvalidations": [ |
| 40 { |
| 41 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl
ipped'", |
| 42 "reason": "subtree" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutBlockFlow (relative positioned) DIV class='relative refle
cted'", |
| 46 "reason": "subtree" |
| 47 }, |
| 48 { |
| 49 "object": "LayoutBlockFlow DIV class='green'", |
| 50 "reason": "subtree" |
| 51 }, |
| 52 { |
| 53 "object": "LayoutReplica (anonymous)", |
| 54 "reason": "subtree" |
| 55 }, |
| 56 { |
| 57 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
| 58 "reason": "subtree" |
| 59 } |
36 ] | 60 ] |
37 } | 61 } |
38 | 62 |
OLD | NEW |