| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 "object": "RootInlineBox", | 68 "object": "RootInlineBox", |
| 69 "reason": "forced by layout" | 69 "reason": "forced by layout" |
| 70 }, | 70 }, |
| 71 { | 71 { |
| 72 "object": "LayoutSVGRoot svg", | 72 "object": "LayoutSVGRoot svg", |
| 73 "reason": "forced by layout" | 73 "reason": "forced by layout" |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 "object": "LayoutSVGHiddenContainer defs", | |
| 77 "reason": "location change" | |
| 78 }, | |
| 79 { | |
| 80 "object": "LayoutSVGHiddenContainer symbol id='gamesBorder'", | |
| 81 "reason": "location change" | |
| 82 }, | |
| 83 { | |
| 84 "object": "LayoutSVGPath path", | 76 "object": "LayoutSVGPath path", |
| 85 "reason": "bounds change" | 77 "reason": "bounds change" |
| 86 }, | 78 }, |
| 87 { | 79 { |
| 88 "object": "LayoutSVGContainer use", | 80 "object": "LayoutSVGContainer use", |
| 89 "reason": "bounds change" | 81 "reason": "bounds change" |
| 90 }, | 82 }, |
| 91 { | 83 { |
| 92 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | 84 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", |
| 93 "reason": "bounds change" | 85 "reason": "bounds change" |
| 94 }, | 86 }, |
| 95 { | 87 { |
| 96 "object": "LayoutSVGPath path", | 88 "object": "LayoutSVGPath path", |
| 97 "reason": "bounds change" | 89 "reason": "bounds change" |
| 98 } | 90 } |
| 99 ] | 91 ] |
| 100 } | 92 } |
| 101 | 93 |
| OLD | NEW |