| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [200, 300], | 2 "bounds": [200, 300], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [200, 300], | 5 "bounds": [200, 300], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [0, 200, 200, 100], | 9 [0, 200, 200, 100], |
| 10 [0, 0, 200, 8] | 10 [0, 0, 200, 8] |
| 11 ], | 11 ], |
| 12 "paintInvalidationClients": [ | 12 "paintInvalidationClients": [ |
| 13 "VerticalScrollbar", |
| 13 "LayoutView #document", | 14 "LayoutView #document", |
| 14 "LayoutBlockFlow HTML" | 15 "LayoutBlockFlow HTML" |
| 15 ] | 16 ] |
| 16 } | 17 } |
| 17 ] | 18 ] |
| 18 } | 19 } |
| 19 { | 20 { |
| 20 "bounds": [300, 300], | 21 "bounds": [300, 300], |
| 21 "children": [ | 22 "children": [ |
| 22 { | 23 { |
| 23 "bounds": [300, 300], | 24 "bounds": [300, 300], |
| 24 "contentsOpaque": true, | 25 "contentsOpaque": true, |
| 25 "drawsContent": true, | 26 "drawsContent": true, |
| 26 "repaintRects": [ | 27 "repaintRects": [ |
| 27 [200, 0, 100, 300], | 28 [200, 0, 100, 300], |
| 28 [0, 0, 300, 300], | 29 [0, 0, 300, 300], |
| 29 [0, 0, 300, 8], | 30 [0, 0, 300, 8], |
| 30 [0, 0, 200, 8] | 31 [0, 0, 200, 8] |
| 31 ], | 32 ], |
| 32 "paintInvalidationClients": [ | 33 "paintInvalidationClients": [ |
| 34 "HorizontalScrollbar", |
| 33 "LayoutView #document", | 35 "LayoutView #document", |
| 34 "LayoutView #document", | 36 "LayoutView #document", |
| 35 "LayoutBlockFlow HTML", | 37 "LayoutBlockFlow HTML", |
| 36 "LayoutBlockFlow BODY" | 38 "LayoutBlockFlow BODY" |
| 37 ] | 39 ] |
| 38 } | 40 } |
| 39 ] | 41 ] |
| 40 } | 42 } |
| 41 { | 43 { |
| 42 "bounds": [300, 250], | 44 "bounds": [300, 250], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 72 "paintInvalidationClients": [ | 74 "paintInvalidationClients": [ |
| 73 "LayoutView #document", | 75 "LayoutView #document", |
| 74 "LayoutView #document", | 76 "LayoutView #document", |
| 75 "LayoutBlockFlow HTML", | 77 "LayoutBlockFlow HTML", |
| 76 "LayoutBlockFlow BODY" | 78 "LayoutBlockFlow BODY" |
| 77 ] | 79 ] |
| 78 } | 80 } |
| 79 ] | 81 ] |
| 80 } | 82 } |
| 81 | 83 |
| OLD | NEW |