| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [785, 1016], | 3 "bounds": [785, 1016], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [785, 1016], | 7 "bounds": [785, 1016], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "children": [ | 10 "children": [ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "object": "LayoutView #document", | 60 "object": "LayoutView #document", |
| 61 "rect": [285, 500, 15, 150], | 61 "rect": [285, 500, 15, 150], |
| 62 "reason": "scroll" | 62 "reason": "scroll" |
| 63 } | 63 } |
| 64 ] | 64 ] |
| 65 } | 65 } |
| 66 ] | 66 ] |
| 67 } | 67 } |
| 68 ] | 68 ] |
| 69 } | 69 } |
| 70 ], |
| 71 "objectPaintInvalidations": [ |
| 72 { |
| 73 "object": "LayoutView #document", |
| 74 "reason": "style change" |
| 75 }, |
| 76 { |
| 77 "object": "LayoutBlockFlow HTML", |
| 78 "reason": "forced by layout" |
| 79 }, |
| 80 { |
| 81 "object": "LayoutBlockFlow BODY", |
| 82 "reason": "forced by layout" |
| 83 }, |
| 84 { |
| 85 "object": "RootInlineBox", |
| 86 "reason": "forced by layout" |
| 87 }, |
| 88 { |
| 89 "object": "LayoutText #text", |
| 90 "reason": "forced by layout" |
| 91 }, |
| 92 { |
| 93 "object": "InlineTextBox 'test1'", |
| 94 "reason": "forced by layout" |
| 95 }, |
| 96 { |
| 97 "object": "LayoutView #document", |
| 98 "reason": "scroll" |
| 99 }, |
| 100 { |
| 101 "object": "VerticalScrollbar", |
| 102 "reason": "scroll" |
| 103 } |
| 70 ] | 104 ] |
| 71 } | 105 } |
| 72 | 106 |
| OLD | NEW |