| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "position": [300, 300], | 10 "position": [300, 300], |
| 11 "bounds": [200, 200], | 11 "bounds": [200, 200], |
| 12 "shouldFlattenTransform": false, | 12 "shouldFlattenTransform": false, |
| 13 "drawsContent": true, | 13 "drawsContent": true, |
| 14 "repaintRects": [ | 14 "paintInvalidations": [ |
| 15 [0, 50, 100, 100] | 15 { |
| 16 ], | 16 "object": "LayoutBlockFlow DIV id='target'", |
| 17 "paintInvalidationClients": [ | 17 "rect": [0, 50, 100, 100], |
| 18 "LayoutBlockFlow DIV id='target'" | 18 "reason": "style change" |
| 19 } |
| 19 ], | 20 ], |
| 20 "children": [ | 21 "children": [ |
| 21 { | 22 { |
| 22 "bounds": [185, 200], | 23 "bounds": [185, 200], |
| 23 "shouldFlattenTransform": false, | 24 "shouldFlattenTransform": false, |
| 24 "children": [ | 25 "children": [ |
| 25 { | 26 { |
| 26 "bounds": [185, 4900], | 27 "bounds": [185, 4900], |
| 27 "drawsContent": true, | 28 "drawsContent": true, |
| 28 "repaintRects": [ | 29 "paintInvalidations": [ |
| 29 [0, 2400, 100, 100] | 30 { |
| 30 ], | 31 "object": "LayoutBlockFlow DIV id='target'", |
| 31 "paintInvalidationClients": [ | 32 "rect": [0, 2400, 100, 100], |
| 32 "LayoutBlockFlow DIV id='target'" | 33 "reason": "style change" |
| 34 } |
| 33 ] | 35 ] |
| 34 } | 36 } |
| 35 ] | 37 ] |
| 36 }, | 38 }, |
| 37 { | 39 { |
| 38 "bounds": [200, 200], | 40 "bounds": [200, 200], |
| 39 "children": [ | 41 "children": [ |
| 40 { | 42 { |
| 41 "position": [185, 0], | 43 "position": [185, 0], |
| 42 "bounds": [15, 200], | 44 "bounds": [15, 200], |
| 43 "repaintRects": [ | 45 "paintInvalidations": [ |
| 44 [0, 0, 15, 200] | 46 { |
| 47 "object": "Vertical Scrollbar Layer", |
| 48 "rect": [0, 0, 15, 200], |
| 49 "reason": "full" |
| 50 } |
| 45 ] | 51 ] |
| 46 } | 52 } |
| 47 ] | 53 ] |
| 48 } | 54 } |
| 49 ] | 55 ] |
| 50 } | 56 } |
| 51 ] | 57 ] |
| 52 } | 58 } |
| 53 ] | 59 ] |
| 54 } | 60 } |
| 55 | 61 |
| OLD | NEW |