| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 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": "InlineFlowBox", | 10 "object": "InlineFlowBox", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "rect": [0, 0, 0, 0], | 91 "rect": [0, 0, 0, 0], |
| 92 "reason": "location change" | 92 "reason": "location change" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "object": "InlineTextBox 'Y Z'", | 95 "object": "InlineTextBox 'Y Z'", |
| 96 "rect": [0, 0, 0, 0], | 96 "rect": [0, 0, 0, 0], |
| 97 "reason": "location change" | 97 "reason": "location change" |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "object": "LayoutBlockFlow (positioned) DIV id='box'", | 100 "object": "LayoutBlockFlow (positioned) DIV id='box'", |
| 101 "rect": [100, 100, 100, 180], | |
| 102 "reason": "location change" | |
| 103 }, | |
| 104 { | |
| 105 "object": "LayoutBlockFlow (positioned) DIV id='box'", | |
| 106 "rect": [61, 87, 178, 206], | 101 "rect": [61, 87, 178, 206], |
| 107 "reason": "location change" | 102 "reason": "location change" |
| 108 }, | 103 }, |
| 109 { | 104 { |
| 110 "object": "LayoutInline (relative positioned) SPAN id='child'", | 105 "object": "LayoutInline (relative positioned) SPAN id='child'", |
| 111 "rect": [300, 300, 80, 179], | 106 "rect": [300, 300, 80, 179], |
| 112 "reason": "location change" | 107 "reason": "location change" |
| 113 }, | 108 }, |
| 114 { | 109 { |
| 115 "object": "LayoutInline (relative positioned) SPAN id='child'", | 110 "object": "LayoutInline (relative positioned) SPAN id='child'", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 134 { | 129 { |
| 135 "object": "RootInlineBox", | 130 "object": "RootInlineBox", |
| 136 "rect": [0, 0, 0, 0], | 131 "rect": [0, 0, 0, 0], |
| 137 "reason": "full" | 132 "reason": "full" |
| 138 } | 133 } |
| 139 ] | 134 ] |
| 140 } | 135 } |
| 141 ] | 136 ] |
| 142 } | 137 } |
| 143 | 138 |
| OLD | NEW |