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": "LayoutView #document", | 12 "object": "LayoutView #document", |
11 "rect": [0, 2016, 800, 3792], | 13 "rect": [0, 2016, 800, 3792], |
12 "reason": "incremental" | 14 "reason": "incremental" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 16 matching lines...) Expand all Loading... |
31 "rect": [8, 5008, 100, 100], | 33 "rect": [8, 5008, 100, 100], |
32 "reason": "bounds change" | 34 "reason": "bounds change" |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutBlockFlow DIV id='container' class='relative'", | 37 "object": "LayoutBlockFlow DIV id='container' class='relative'", |
36 "rect": [8, 8, 100, 100], | 38 "rect": [8, 8, 100, 100], |
37 "reason": "bounds change" | 39 "reason": "bounds change" |
38 } | 40 } |
39 ] | 41 ] |
40 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", |
| 47 "reason": "subtree" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutView #document", |
| 51 "reason": "incremental" |
| 52 }, |
| 53 { |
| 54 "object": "LayoutBlockFlow HTML", |
| 55 "reason": "forced by layout" |
| 56 }, |
| 57 { |
| 58 "object": "LayoutBlockFlow DIV id='container' class='relative'", |
| 59 "reason": "bounds change" |
| 60 }, |
| 61 { |
| 62 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", |
| 63 "reason": "bounds change" |
| 64 } |
41 ] | 65 ] |
42 } | 66 } |
43 | 67 |
OLD | NEW |