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