| 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) A id='link' class='updated'", | 10 "object": "LayoutBlockFlow (positioned) A id='link' class='updated'", |
| 11 "rect": [43, 103, 91, 30], | 11 "rect": [48, 108, 86, 25], |
| 12 "reason": "subtree" | 12 "reason": "subtree" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 16 "rect": [48, 108, 81, 19], | 16 "rect": [48, 108, 81, 19], |
| 17 "reason": "subtree" | 17 "reason": "subtree" |
| 18 } | 18 } |
| 19 ] | 19 ] |
| 20 } | 20 } |
| 21 ], | 21 ], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 32 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
| 33 "reason": "subtree" | 33 "reason": "subtree" |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 "object": "InlineTextBox 'Lorem Ipsum'", | 36 "object": "InlineTextBox 'Lorem Ipsum'", |
| 37 "reason": "subtree" | 37 "reason": "subtree" |
| 38 } | 38 } |
| 39 ] | 39 ] |
| 40 } | 40 } |
| 41 | 41 |
| OLD | NEW |