| 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, 260, 20, 20], | |
| 10 [0, 200, 200, 100], | |
| 11 [0, 160, 20, 20] | |
| 12 ], | |
| 13 "paintInvalidationClients": [ | |
| 14 "VerticalScrollbar", | |
| 15 "LayoutView #document", | |
| 16 "LayoutBlockFlow HTML", | |
| 17 "LayoutBlockFlow (positioned) DIV" | |
| 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 ], | |
| 33 "paintInvalidationClients": [ | |
| 34 "HorizontalScrollbar", | |
| 35 "LayoutView #document", | |
| 36 "LayoutView #document", | |
| 37 "LayoutBlockFlow HTML" | |
| 38 ] | |
| 39 } | |
| 40 ] | |
| 41 } | |
| 42 { | |
| 43 "bounds": [300, 250], | |
| 44 "children": [ | |
| 45 { | |
| 46 "bounds": [300, 250], | |
| 47 "contentsOpaque": true, | |
| 48 "drawsContent": true, | |
| 49 "repaintRects": [ | |
| 50 [0, 260, 20, 20], | |
| 51 [0, 250, 300, 50], | |
| 52 [0, 210, 20, 20] | |
| 53 ], | |
| 54 "paintInvalidationClients": [ | |
| 55 "LayoutView #document", | |
| 56 "LayoutBlockFlow HTML", | |
| 57 "LayoutBlockFlow (positioned) DIV" | |
| 58 ] | |
| 59 } | |
| 60 ] | |
| 61 } | |
| 62 { | |
| 63 "bounds": [250, 250], | |
| 64 "children": [ | |
| 65 { | |
| 66 "bounds": [250, 250], | |
| 67 "contentsOpaque": true, | |
| 68 "drawsContent": true, | |
| 69 "repaintRects": [ | |
| 70 [250, 0, 50, 250], | |
| 71 [0, 0, 250, 250] | |
| 72 ], | |
| 73 "paintInvalidationClients": [ | |
| 74 "LayoutView #document", | |
| 75 "LayoutView #document", | |
| 76 "LayoutBlockFlow HTML" | |
| 77 ] | |
| 78 } | |
| 79 ] | |
| 80 } | |
| 81 | |
| OLD | NEW |