| 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": "LayoutView #document", | 10 "object": "LayoutView #document", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "object": "LayoutImage IMG", | 65 "object": "LayoutImage IMG", |
| 66 "reason": "bounds change" | 66 "reason": "bounds change" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "object": "LayoutText #text", | 69 "object": "LayoutText #text", |
| 70 "reason": "location change" | 70 "reason": "location change" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "object": "VerticalScrollbar", | |
| 74 "reason": "scroll" | |
| 75 }, | |
| 76 { | |
| 77 "object": "LayoutView #document", | 73 "object": "LayoutView #document", |
| 78 "reason": "style change" | 74 "reason": "style change" |
| 79 }, | 75 }, |
| 80 { | 76 { |
| 81 "object": "LayoutBlockFlow HTML", | 77 "object": "LayoutBlockFlow HTML", |
| 82 "reason": "layoutObject insertion" | 78 "reason": "layoutObject insertion" |
| 83 }, | 79 }, |
| 84 { | 80 { |
| 85 "object": "LayoutBlockFlow BODY", | 81 "object": "LayoutBlockFlow BODY", |
| 86 "reason": "layoutObject insertion" | 82 "reason": "layoutObject insertion" |
| 87 } | 83 } |
| 88 ] | 84 ] |
| 89 } | 85 } |
| 90 | 86 |
| OLD | NEW |