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