| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "object": "LayoutBlockFlow div id='contentBox'", | 51 "object": "LayoutBlockFlow div id='contentBox'", |
| 52 "reason": "forced by layout" | 52 "reason": "forced by layout" |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "object": "RootInlineBox", | 55 "object": "RootInlineBox", |
| 56 "reason": "forced by layout" | 56 "reason": "forced by layout" |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 "object": "LayoutEmbeddedObject object", | 59 "object": "LayoutEmbeddedObject object", |
| 60 "reason": "forced by layout" | 60 "reason": "forced by layout" |
| 61 }, |
| 62 { |
| 63 "object": "LayoutView #document", |
| 64 "reason": "incremental" |
| 65 }, |
| 66 { |
| 67 "object": "LayoutSVGRoot svg", |
| 68 "reason": "forced by layout" |
| 69 }, |
| 70 { |
| 71 "object": "LayoutSVGRect rect", |
| 72 "reason": "forced by layout" |
| 73 }, |
| 74 { |
| 75 "object": "LayoutSVGEllipse circle", |
| 76 "reason": "forced by layout" |
| 61 } | 77 } |
| 62 ] | 78 ] |
| 63 } | 79 } |
| 64 | 80 |
| OLD | NEW |