| 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" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "paintInvalidationClients": [ | 36 "paintInvalidationClients": [ |
| 37 "LayoutBlockFlow DIV id='scroller'", | 37 "LayoutBlockFlow DIV id='scroller'", |
| 38 "LayoutBlockFlow DIV id='target'", | 38 "LayoutBlockFlow DIV id='target'", |
| 39 "LayoutText #text", | 39 "LayoutText #text", |
| 40 "InlineTextBox 'test'" | 40 "InlineTextBox 'test'" |
| 41 ] | 41 ] |
| 42 } | 42 } |
| 43 ] | 43 ] |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 "bounds": [200, 200], |
| 46 "children": [ | 47 "children": [ |
| 47 { | 48 { |
| 48 "position": [0, 185], | 49 "position": [0, 185], |
| 49 "bounds": [185, 15], | 50 "bounds": [185, 15], |
| 50 "drawsContent": true | 51 "drawsContent": true |
| 51 }, | 52 }, |
| 52 { | 53 { |
| 53 "position": [185, 0], | 54 "position": [185, 0], |
| 54 "bounds": [15, 185], | 55 "bounds": [15, 185], |
| 55 "drawsContent": true | 56 "drawsContent": true |
| 56 }, | 57 }, |
| 57 { | 58 { |
| 58 "position": [185, 185], | 59 "position": [185, 185], |
| 59 "bounds": [15, 15], | 60 "bounds": [15, 15], |
| 60 "drawsContent": true | 61 "drawsContent": true |
| 61 } | 62 } |
| 62 ] | 63 ] |
| 63 } | 64 } |
| 64 ] | 65 ] |
| 65 } | 66 } |
| 66 ] | 67 ] |
| 67 } | 68 } |
| 68 ] | 69 ] |
| 69 } | 70 } |
| 70 | 71 |
| OLD | NEW |