| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [785, 836], | 5 "bounds": [785, 836], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow HTML", | 10 "object": "LayoutBlockFlow HTML", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "object": "LayoutImage IMG", | 84 "object": "LayoutImage IMG", |
| 85 "reason": "bounds change" | 85 "reason": "bounds change" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "object": "LayoutText #text", | 88 "object": "LayoutText #text", |
| 89 "reason": "location change" | 89 "reason": "location change" |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "object": "VerticalScrollbar", | |
| 93 "reason": "scroll" | |
| 94 }, | |
| 95 { | |
| 96 "object": "LayoutView #document", | 92 "object": "LayoutView #document", |
| 97 "reason": "style change" | 93 "reason": "style change" |
| 98 }, | 94 }, |
| 99 { | 95 { |
| 100 "object": "LayoutBlockFlow HTML", | 96 "object": "LayoutBlockFlow HTML", |
| 101 "reason": "layoutObject insertion" | 97 "reason": "layoutObject insertion" |
| 102 }, | 98 }, |
| 103 { | 99 { |
| 104 "object": "LayoutBlockFlow BODY", | 100 "object": "LayoutBlockFlow BODY", |
| 105 "reason": "layoutObject insertion" | 101 "reason": "layoutObject insertion" |
| 106 } | 102 } |
| 107 ] | 103 ] |
| 108 } | 104 } |
| 109 | 105 |
| OLD | NEW |