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