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