| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "object": "LayoutSVGInlineText #text", | 77 "object": "LayoutSVGInlineText #text", |
| 78 "reason": "layoutObject insertion" | 78 "reason": "layoutObject insertion" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "object": "InlineTextBox 'Clipped. INVISIBLE.'", | 81 "object": "InlineTextBox 'Clipped. INVISIBLE.'", |
| 82 "reason": "layoutObject insertion" | 82 "reason": "layoutObject insertion" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "object": "RootInlineBox", |
| 86 "reason": "full" |
| 87 }, |
| 88 { |
| 89 "object": "InlineTextBox 'Clipped. INVISIBLE.'", |
| 90 "reason": "full" |
| 91 }, |
| 92 { |
| 85 "object": "LayoutSVGRoot svg id='svg-root'", | 93 "object": "LayoutSVGRoot svg id='svg-root'", |
| 86 "reason": "incremental" | 94 "reason": "incremental" |
| 87 }, | 95 }, |
| 88 { | 96 { |
| 89 "object": "LayoutSVGContainer g id='content'", | 97 "object": "LayoutSVGContainer g id='content'", |
| 90 "reason": "full" | 98 "reason": "full" |
| 91 }, | 99 }, |
| 92 { | 100 { |
| 93 "object": "LayoutSVGText text", | 101 "object": "LayoutSVGText text", |
| 94 "reason": "style change" | 102 "reason": "style change" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 109 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", | 117 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", |
| 110 "reason": "layoutObject insertion" | 118 "reason": "layoutObject insertion" |
| 111 }, | 119 }, |
| 112 { | 120 { |
| 113 "object": "LayoutSVGPath path", | 121 "object": "LayoutSVGPath path", |
| 114 "reason": "layoutObject insertion" | 122 "reason": "layoutObject insertion" |
| 115 } | 123 } |
| 116 ] | 124 ] |
| 117 } | 125 } |
| 118 | 126 |
| OLD | NEW |