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