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