| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [1418, 1008], | 5 "bounds": [1418, 1008], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV id='container'", | 10 "object": "LayoutBlockFlow DIV id='container'", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "object": "RootInlineBox", | 99 "object": "RootInlineBox", |
| 100 "reason": "bounds change" | 100 "reason": "bounds change" |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", | 103 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", |
| 104 "reason": "compositing update" | 104 "reason": "compositing update" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "object": "LayoutText #text", | 107 "object": "LayoutText #text", |
| 108 "reason": "location change" | 108 "reason": "location change" |
| 109 }, | |
| 110 { | |
| 111 "object": "LayoutText #text", | |
| 112 "reason": "location change" | |
| 113 } | 109 } |
| 114 ] | 110 ] |
| 115 } | 111 } |
| 116 | 112 |
| OLD | NEW |