| 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 (positioned) DIV id='box'", | 10 "object": "LayoutBlockFlow (positioned) DIV id='box'", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutInline (relative positioned) SPAN id='child'", | 25 "object": "LayoutInline (relative positioned) SPAN id='child'", |
| 26 "rect": [300, 300, 80, 179], | 26 "rect": [300, 300, 80, 179], |
| 27 "reason": "subtree" | 27 "reason": "subtree" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [300, 302, 80, 176], | 31 "rect": [300, 302, 80, 176], |
| 32 "reason": "subtree" | 32 "reason": "subtree" |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutText #text", | |
| 36 "rect": [151, 87, 1, 1], | |
| 37 "reason": "subtree" | |
| 38 } | 33 } |
| 39 ] | 34 ] |
| 40 } | 35 } |
| 41 ], | 36 ], |
| 42 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 43 { | 38 { |
| 44 "object": "LayoutBlockFlow (positioned) DIV id='box'", | 39 "object": "LayoutBlockFlow (positioned) DIV id='box'", |
| 45 "reason": "subtree" | 40 "reason": "subtree" |
| 46 }, | 41 }, |
| 47 { | 42 { |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "object": "InlineTextBox 'Y Z'", | 123 "object": "InlineTextBox 'Y Z'", |
| 129 "reason": "subtree" | 124 "reason": "subtree" |
| 130 }, | 125 }, |
| 131 { | 126 { |
| 132 "object": "LayoutText #text", | 127 "object": "LayoutText #text", |
| 133 "reason": "subtree" | 128 "reason": "subtree" |
| 134 } | 129 } |
| 135 ] | 130 ] |
| 136 } | 131 } |
| 137 | 132 |
| OLD | NEW |