| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "bounds": [200, 300], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [200, 300], | |
| 6 "drawsContent": true, | |
| 7 "repaintRects": [ | |
| 8 [0, 200, 200, 100], | |
| 9 [0, 0, 200, 8] | |
| 10 ], | |
| 11 "paintInvalidationClients": [ | |
| 12 "VerticalScrollbar", | |
| 13 "LayoutView #document", | |
| 14 "LayoutBlockFlow HTML" | |
| 15 ] | |
| 16 } | |
| 17 ] | |
| 18 } | |
| 19 { | |
| 20 "bounds": [300, 300], | |
| 21 "children": [ | |
| 22 { | |
| 23 "bounds": [300, 300], | |
| 24 "drawsContent": true, | |
| 25 "repaintRects": [ | |
| 26 [200, 0, 100, 300], | |
| 27 [0, 0, 300, 300], | |
| 28 [0, 0, 300, 8], | |
| 29 [0, 0, 200, 8] | |
| 30 ], | |
| 31 "paintInvalidationClients": [ | |
| 32 "HorizontalScrollbar", | |
| 33 "LayoutView #document", | |
| 34 "LayoutView #document", | |
| 35 "LayoutBlockFlow HTML", | |
| 36 "LayoutBlockFlow BODY" | |
| 37 ] | |
| 38 } | |
| 39 ] | |
| 40 } | |
| 41 { | |
| 42 "bounds": [300, 250], | |
| 43 "children": [ | |
| 44 { | |
| 45 "bounds": [300, 250], | |
| 46 "drawsContent": true, | |
| 47 "repaintRects": [ | |
| 48 [0, 250, 300, 50], | |
| 49 [0, 0, 300, 8] | |
| 50 ], | |
| 51 "paintInvalidationClients": [ | |
| 52 "LayoutView #document", | |
| 53 "LayoutBlockFlow HTML" | |
| 54 ] | |
| 55 } | |
| 56 ] | |
| 57 } | |
| 58 { | |
| 59 "bounds": [250, 250], | |
| 60 "children": [ | |
| 61 { | |
| 62 "bounds": [250, 250], | |
| 63 "drawsContent": true, | |
| 64 "repaintRects": [ | |
| 65 [250, 0, 50, 250], | |
| 66 [0, 0, 300, 8], | |
| 67 [0, 0, 250, 250], | |
| 68 [0, 0, 250, 8] | |
| 69 ], | |
| 70 "paintInvalidationClients": [ | |
| 71 "LayoutView #document", | |
| 72 "LayoutView #document", | |
| 73 "LayoutBlockFlow HTML", | |
| 74 "LayoutBlockFlow BODY" | |
| 75 ] | |
| 76 } | |
| 77 ] | |
| 78 } | |
| 79 | |
| OLD | NEW |