| 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 "shouldFlattenTransform": false, | 10 "shouldFlattenTransform": false, |
| 11 "children": [ | 11 "children": [ |
| 12 { | 12 { |
| 13 "position": [8, 8], | 13 "position": [8, 8], |
| 14 "bounds": [500, 500] | 14 "bounds": [500, 500] |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "position": [55, 55], | 17 "position": [55, 55], |
| 18 "bounds": [500, 500], | 18 "bounds": [500, 500], |
| 19 "drawsContent": true, | 19 "drawsContent": true, |
| 20 "repaintRects": [ | 20 "paintInvalidations": [ |
| 21 [55, 55, 500, 500], | 21 { |
| 22 [0, 0, 500, 500], | 22 "object": "LayoutBlockFlow (positioned) DIV", |
| 23 [0, 0, 50, 50] | 23 "rect": [55, 55, 500, 500], |
| 24 "reason": "layer" |
| 25 }, |
| 26 { |
| 27 "object": "LayoutBlockFlow (positioned) DIV", |
| 28 "rect": [0, 0, 500, 500], |
| 29 "reason": "location change" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'
", |
| 33 "rect": [0, 0, 50, 50], |
| 34 "reason": "layoutObject removal" |
| 35 } |
| 24 ] | 36 ] |
| 25 } | 37 } |
| 26 ] | 38 ] |
| 27 } | 39 } |
| 28 ] | 40 ] |
| 29 } | 41 } |
| 30 ] | 42 ] |
| 31 } | 43 } |
| 32 | 44 |
| OLD | NEW |