| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "object": "LayoutBlockFlow (anonymous)", | 66 "object": "LayoutBlockFlow (anonymous)", |
| 67 "reason": "forced by layout" | 67 "reason": "forced by layout" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "object": "RootInlineBox", | 70 "object": "RootInlineBox", |
| 71 "reason": "forced by layout" | 71 "reason": "forced by layout" |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "object": "LayoutIFrame IFRAME id='iframe'", | 74 "object": "LayoutIFrame IFRAME id='iframe'", |
| 75 "reason": "forced by layout" | 75 "reason": "forced by layout" |
| 76 }, |
| 77 { |
| 78 "object": "LayoutView #document", |
| 79 "reason": "incremental" |
| 80 }, |
| 81 { |
| 82 "object": "LayoutView #document", |
| 83 "reason": "scroll" |
| 84 }, |
| 85 { |
| 86 "object": "HorizontalScrollbar", |
| 87 "reason": "scroll" |
| 88 }, |
| 89 { |
| 90 "object": "LayoutView #document", |
| 91 "reason": "scroll" |
| 92 }, |
| 93 { |
| 94 "object": "VerticalScrollbar", |
| 95 "reason": "scroll" |
| 76 } | 96 } |
| 77 ] | 97 ] |
| 78 } | 98 } |
| 79 | 99 |
| OLD | NEW |