| 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, 260, 20, 20], | 9 [0, 260, 20, 20], |
| 10 [0, 200, 200, 100], | 10 [0, 200, 200, 100], |
| 11 [0, 160, 20, 20] | 11 [0, 160, 20, 20] |
| 12 ], | 12 ], |
| 13 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
| 14 "VerticalScrollbar", |
| 14 "LayoutView #document", | 15 "LayoutView #document", |
| 15 "LayoutBlockFlow HTML", | 16 "LayoutBlockFlow HTML", |
| 16 "LayoutBlockFlow (positioned) DIV" | 17 "LayoutBlockFlow (positioned) DIV" |
| 17 ] | 18 ] |
| 18 } | 19 } |
| 19 ] | 20 ] |
| 20 } | 21 } |
| 21 { | 22 { |
| 22 "bounds": [300, 300], | 23 "bounds": [300, 300], |
| 23 "children": [ | 24 "children": [ |
| 24 { | 25 { |
| 25 "bounds": [300, 300], | 26 "bounds": [300, 300], |
| 26 "contentsOpaque": true, | 27 "contentsOpaque": true, |
| 27 "drawsContent": true, | 28 "drawsContent": true, |
| 28 "repaintRects": [ | 29 "repaintRects": [ |
| 29 [200, 0, 100, 300], | 30 [200, 0, 100, 300], |
| 30 [0, 0, 300, 300] | 31 [0, 0, 300, 300] |
| 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 ] | 38 ] |
| 37 } | 39 } |
| 38 ] | 40 ] |
| 39 } | 41 } |
| 40 { | 42 { |
| 41 "bounds": [300, 250], | 43 "bounds": [300, 250], |
| 42 "children": [ | 44 "children": [ |
| (...skipping 27 matching lines...) Expand all Loading... |
| 70 ], | 72 ], |
| 71 "paintInvalidationClients": [ | 73 "paintInvalidationClients": [ |
| 72 "LayoutView #document", | 74 "LayoutView #document", |
| 73 "LayoutView #document", | 75 "LayoutView #document", |
| 74 "LayoutBlockFlow HTML" | 76 "LayoutBlockFlow HTML" |
| 75 ] | 77 ] |
| 76 } | 78 } |
| 77 ] | 79 ] |
| 78 } | 80 } |
| 79 | 81 |
| OLD | NEW |