| 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 "paintInvalidationClients": [ | 8 "paintInvalidationClients": [ |
| 9 "LayoutBlockFlow HTML", | 9 "LayoutBlockFlow HTML", |
| 10 "LayoutBlockFlow BODY" | 10 "LayoutBlockFlow BODY" |
| 11 ], | 11 ], |
| 12 "children": [ | 12 "children": [ |
| 13 { | 13 { |
| 14 "position": [8, 8], | 14 "position": [8, 8], |
| 15 "bounds": [200, 200], | 15 "bounds": [200, 200], |
| 16 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 17 "shouldFlattenTransform": false, |
| 17 "drawsContent": true, | 18 "drawsContent": true, |
| 18 "backgroundColor": "#D3D3D3", | 19 "backgroundColor": "#D3D3D3", |
| 19 "repaintRects": [ | 20 "repaintRects": [ |
| 20 [0, 160, 21, 19] | 21 [0, 160, 21, 19] |
| 21 ], | 22 ], |
| 22 "paintInvalidationClients": [ | 23 "paintInvalidationClients": [ |
| 23 "LayoutBlockFlow DIV id='scroller'" | 24 "LayoutBlockFlow DIV id='scroller'" |
| 24 ], | 25 ], |
| 25 "children": [ | 26 "children": [ |
| 26 { | 27 { |
| 27 "bounds": [185, 185], | 28 "bounds": [185, 185], |
| 29 "shouldFlattenTransform": false, |
| 28 "children": [ | 30 "children": [ |
| 29 { | 31 { |
| 30 "bounds": [200, 1620], | 32 "bounds": [200, 1620], |
| 31 "shouldFlattenTransform": false, | |
| 32 "drawsContent": true, | 33 "drawsContent": true, |
| 33 "repaintRects": [ | 34 "repaintRects": [ |
| 34 [0, 610, 21, 19] | 35 [0, 610, 21, 19] |
| 35 ], | 36 ], |
| 36 "paintInvalidationClients": [ | 37 "paintInvalidationClients": [ |
| 37 "LayoutBlockFlow DIV id='scroller'", | 38 "LayoutBlockFlow DIV id='scroller'", |
| 38 "LayoutBlockFlow DIV id='target'", | 39 "LayoutBlockFlow DIV id='target'", |
| 39 "LayoutText #text", | 40 "LayoutText #text", |
| 40 "InlineTextBox 'test'" | 41 "InlineTextBox 'test'" |
| 41 ] | 42 ] |
| (...skipping 18 matching lines...) Expand all Loading... |
| 60 } | 61 } |
| 61 ] | 62 ] |
| 62 } | 63 } |
| 63 ] | 64 ] |
| 64 } | 65 } |
| 65 ] | 66 ] |
| 66 } | 67 } |
| 67 ] | 68 ] |
| 68 } | 69 } |
| 69 | 70 |
| OLD | NEW |