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