| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 { | 24 { |
| 25 "object": "LayoutBlockFlow BODY", | 25 "object": "LayoutBlockFlow BODY", |
| 26 "reason": "selection" | 26 "reason": "selection" |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 "object": "LayoutBlockFlow DIV id='container'", | 29 "object": "LayoutBlockFlow DIV id='container'", |
| 30 "reason": "selection" | 30 "reason": "selection" |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "object": "LayoutText #text", | 33 "object": "LayoutText #text", |
| 34 "reason": "selection" | |
| 35 }, | |
| 36 { | |
| 37 "object": "InlineTextBox 'xx'", | |
| 38 "reason": "selection" | |
| 39 }, | |
| 40 { | |
| 41 "object": "InlineTextBox 'y'", | |
| 42 "reason": "selection" | |
| 43 }, | |
| 44 { | |
| 45 "object": "LayoutText #text", | |
| 46 "reason": "bounds change" | 34 "reason": "bounds change" |
| 47 }, | 35 }, |
| 48 { | 36 { |
| 49 "object": "InlineTextBox 'xx'", | 37 "object": "InlineTextBox 'xx'", |
| 50 "reason": "bounds change" | 38 "reason": "bounds change" |
| 51 }, | 39 }, |
| 52 { | 40 { |
| 53 "object": "InlineTextBox 'y'", | 41 "object": "InlineTextBox 'y'", |
| 54 "reason": "bounds change" | 42 "reason": "bounds change" |
| 55 } | 43 } |
| 56 ] | 44 ] |
| 57 } | 45 } |
| 58 | 46 |
| OLD | NEW |