| 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": [8, 8], | 10 "position": [8, 8], |
| 11 "bounds": [185, 185], | 11 "bounds": [185, 185], |
| 12 "shouldFlattenTransform": false, | 12 "shouldFlattenTransform": false, |
| 13 "children": [ | 13 "children": [ |
| 14 { | 14 { |
| 15 "bounds": [150, 1000], | 15 "bounds": [150, 1000], |
| 16 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 17 "drawsContent": true, | 17 "drawsContent": true, |
| 18 "backgroundColor": "#ADD8E6" | 18 "backgroundColor": "#ADD8E6" |
| 19 }, | 19 }, |
| 20 { | 20 { |
| 21 "bounds": [100, 1000], | 21 "bounds": [100, 1000], |
| 22 "drawsContent": true, | 22 "drawsContent": true, |
| 23 "repaintRects": [ | 23 "paintInvalidations": [ |
| 24 [0, 0, 100, 1000] | 24 { |
| 25 "object": "LayoutBlockFlow (positioned) DIV id='foo'", |
| 26 "rect": [0, 0, 100, 1000], |
| 27 "reason": "style change" |
| 28 } |
| 25 ] | 29 ] |
| 26 } | 30 } |
| 27 ] | 31 ] |
| 28 } | 32 } |
| 29 ] | 33 ] |
| 30 } | 34 } |
| 31 ] | 35 ] |
| 32 } | 36 } |
| 33 | 37 |
| OLD | NEW |