| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "RootInlineBox", | 53 "object": "RootInlineBox", |
| 54 "reason": "forced by layout" | 54 "reason": "forced by layout" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "object": "LayoutSVGRoot svg", | 57 "object": "LayoutSVGRoot svg", |
| 58 "reason": "forced by layout" | 58 "reason": "forced by layout" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "object": "LayoutSVGHiddenContainer defs", | |
| 62 "reason": "location change" | |
| 63 }, | |
| 64 { | |
| 65 "object": "LayoutSVGHiddenContainer symbol id='targetSymbol'", | |
| 66 "reason": "location change" | |
| 67 }, | |
| 68 { | |
| 69 "object": "LayoutSVGRect rect", | |
| 70 "reason": "location change" | |
| 71 }, | |
| 72 { | |
| 73 "object": "LayoutSVGRect rect", | |
| 74 "reason": "location change" | |
| 75 }, | |
| 76 { | |
| 77 "object": "LayoutSVGContainer use", | 61 "object": "LayoutSVGContainer use", |
| 78 "reason": "bounds change" | 62 "reason": "bounds change" |
| 79 }, | 63 }, |
| 80 { | 64 { |
| 81 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", | 65 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", |
| 82 "reason": "bounds change" | 66 "reason": "bounds change" |
| 83 }, | 67 }, |
| 84 { | 68 { |
| 85 "object": "LayoutSVGRect rect", | 69 "object": "LayoutSVGRect rect", |
| 86 "reason": "bounds change" | 70 "reason": "bounds change" |
| 87 }, | 71 }, |
| 88 { | 72 { |
| 89 "object": "LayoutSVGRect rect", | 73 "object": "LayoutSVGRect rect", |
| 90 "reason": "bounds change" | 74 "reason": "bounds change" |
| 91 } | 75 } |
| 92 ] | 76 ] |
| 93 } | 77 } |
| 94 | 78 |
| OLD | NEW |