| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 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 BODY", | 10 "object": "LayoutBlockFlow BODY", |
| 11 "reason": "selection" | 11 "reason": "selection" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "object": "LayoutBlockFlow HTML", | 14 "object": "LayoutBlockFlow HTML", |
| 15 "reason": "selection" | 15 "reason": "selection" |
| 16 } | 16 } |
| 17 ], | 17 ], |
| 18 "children": [ | 18 "children": [ |
| 19 { | 19 { |
| 20 "position": [8, 8], | 20 "position": [8, 8], |
| 21 "bounds": [200, 200], | 21 "bounds": [200, 200], |
| 22 "contentsOpaque": true, | 22 "contentsOpaque": true, |
| 23 "shouldFlattenTransform": false, | 23 "shouldFlattenTransform": false, |
| 24 "drawsContent": true, | 24 "drawsContent": true, |
| 25 "backgroundColor": "#D3D3D3", | 25 "backgroundColor": "#D3D3D3", |
| 26 "paintInvalidations": [ | 26 "paintInvalidations": [ |
| 27 { | 27 { |
| 28 "object": "InlineTextBox 'test'", |
| 29 "reason": "selection" |
| 30 }, |
| 31 { |
| 28 "object": "LayoutBlockFlow DIV id='scroller'", | 32 "object": "LayoutBlockFlow DIV id='scroller'", |
| 29 "reason": "selection" | 33 "reason": "selection" |
| 30 } | 34 } |
| 31 ], | 35 ], |
| 32 "children": [ | 36 "children": [ |
| 33 { | 37 { |
| 34 "bounds": [185, 185], | 38 "bounds": [185, 185], |
| 35 "shouldFlattenTransform": false, | 39 "shouldFlattenTransform": false, |
| 36 "children": [ | 40 "children": [ |
| 37 { | 41 { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 } | 81 } |
| 78 ] | 82 ] |
| 79 } | 83 } |
| 80 ] | 84 ] |
| 81 } | 85 } |
| 82 ] | 86 ] |
| 83 } | 87 } |
| 84 ] | 88 ] |
| 85 } | 89 } |
| 86 | 90 |
| OLD | NEW |