| 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 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [8, 293, 285, 15] | 9 { |
| 10 ], | 10 "object": "HorizontalScrollbar", |
| 11 "paintInvalidationClients": [ | 11 "rect": [0, 0, 0, 0], |
| 12 "HorizontalScrollbar" | 12 "reason": "scroll" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutBlockFlow (positioned) DIV id='outer'", |
| 16 "rect": [8, 293, 285, 15], |
| 17 "reason": "scroll" |
| 18 } |
| 13 ], | 19 ], |
| 14 "children": [ | 20 "children": [ |
| 15 { | 21 { |
| 16 "position": [8, 8], | 22 "position": [8, 8], |
| 17 "bounds": [285, 285], | 23 "bounds": [285, 285], |
| 18 "shouldFlattenTransform": false, | 24 "shouldFlattenTransform": false, |
| 19 "children": [ | 25 "children": [ |
| 20 { | 26 { |
| 21 "position": [-315, 0], | 27 "position": [-315, 0], |
| 22 "bounds": [600, 600], | 28 "bounds": [600, 600], |
| 23 "contentsOpaque": true, | 29 "contentsOpaque": true, |
| 24 "drawsContent": true, | 30 "drawsContent": true, |
| 25 "backgroundColor": "#FF0000", | 31 "backgroundColor": "#FF0000", |
| 26 "repaintRects": [ | 32 "paintInvalidations": [ |
| 27 [0, 0, 600, 600] | 33 { |
| 28 ], | 34 "object": "LayoutBlockFlow DIV id='inner'", |
| 29 "paintInvalidationClients": [ | 35 "rect": [0, 0, 600, 600], |
| 30 "LayoutBlockFlow DIV id='inner'" | 36 "reason": "style change" |
| 37 } |
| 31 ] | 38 ] |
| 32 } | 39 } |
| 33 ] | 40 ] |
| 34 } | 41 } |
| 35 ] | 42 ] |
| 36 } | 43 } |
| 37 ] | 44 ] |
| 38 } | 45 } |
| 39 | 46 |
| OLD | NEW |