| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 2016], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 2016], | 5 "bounds": [800, 2016], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutView #document", | 10 "object": "LayoutView #document", |
| 13 "rect": [0, 2016, 800, 3792], | 11 "rect": [0, 2016, 800, 3792], |
| 14 "reason": "incremental" | 12 "reason": "incremental" |
| (...skipping 29 matching lines...) Expand all Loading... |
| 44 "object": "LayoutBlockFlow HTML", | 42 "object": "LayoutBlockFlow HTML", |
| 45 "reason": "forced by layout" | 43 "reason": "forced by layout" |
| 46 }, | 44 }, |
| 47 { | 45 { |
| 48 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", | 46 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu
te green'", |
| 49 "reason": "style change" | 47 "reason": "style change" |
| 50 } | 48 } |
| 51 ] | 49 ] |
| 52 } | 50 } |
| 53 | 51 |
| OLD | NEW |