| 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 (relative positioned) DIV", | 10 "object": "LayoutBlockFlow (relative positioned) DIV", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "object": "InlineTextBox 'There should only be one copy of this text.'", | 64 "object": "InlineTextBox 'There should only be one copy of this text.'", |
| 65 "reason": "bounds change" | 65 "reason": "bounds change" |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 "object": "LayoutText #text", | 68 "object": "LayoutText #text", |
| 69 "reason": "location change" | 69 "reason": "location change" |
| 70 } | 70 } |
| 71 ] | 71 ] |
| 72 } | 72 } |
| 73 | 73 |
| OLD | NEW |