| 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 { |
| 92 "object": "LayoutView #document", | 96 "object": "LayoutView #document", |
| 93 "reason": "style change" | 97 "reason": "style change" |
| 94 }, | 98 }, |
| 95 { | 99 { |
| 96 "object": "LayoutBlockFlow HTML", | 100 "object": "LayoutBlockFlow HTML", |
| 97 "reason": "layoutObject insertion" | 101 "reason": "layoutObject insertion" |
| 98 }, | 102 }, |
| 99 { | 103 { |
| 100 "object": "LayoutBlockFlow BODY", | 104 "object": "LayoutBlockFlow BODY", |
| 101 "reason": "layoutObject insertion" | 105 "reason": "layoutObject insertion" |
| 102 } | 106 } |
| 103 ] | 107 ] |
| 104 } | 108 } |
| 105 | 109 |
| OLD | NEW |