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