| 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": "LayoutText #text", | 10 "object": "LayoutText #text", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 26 "rect": [134, 360, 131, 19], | 26 "rect": [134, 360, 131, 19], |
| 27 "reason": "forced by layout" | 27 "reason": "forced by layout" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", | 30 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", |
| 31 "rect": [14, 363, 48, 65], | 31 "rect": [14, 363, 48, 65], |
| 32 "reason": "forced by layout" | 32 "reason": "forced by layout" |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutText #text", | |
| 36 "rect": [28, 363, 20, 20], | |
| 37 "reason": "layoutObject insertion" | |
| 38 } | 33 } |
| 39 ] | 34 ] |
| 40 } | 35 } |
| 41 ], | 36 ], |
| 42 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 43 { | 38 { |
| 44 "object": "LayoutText #text", | 39 "object": "LayoutText #text", |
| 45 "reason": "forced by layout" | 40 "reason": "forced by layout" |
| 46 }, | 41 }, |
| 47 { | 42 { |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "object": "InlineTextBox 'hedgehogs; and in\n'", | 139 "object": "InlineTextBox 'hedgehogs; and in\n'", |
| 145 "reason": "forced by layout" | 140 "reason": "forced by layout" |
| 146 }, | 141 }, |
| 147 { | 142 { |
| 148 "object": "InlineTextBox 'a very short time '", | 143 "object": "InlineTextBox 'a very short time '", |
| 149 "reason": "forced by layout" | 144 "reason": "forced by layout" |
| 150 } | 145 } |
| 151 ] | 146 ] |
| 152 } | 147 } |
| 153 | 148 |
| OLD | NEW |