| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [785, 2016], | 5 "bounds": [785, 2016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'", | 10 "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'", |
| 11 "position": [0, 400], | 11 "position": [0, 400], |
| 12 "bounds": [785, 600], | 12 "bounds": [785, 600], |
| 13 "contentsOpaque": true, | 13 "contentsOpaque": true, |
| 14 "drawsContent": true, | 14 "drawsContent": true, |
| 15 "backfaceVisibility": "hidden", | 15 "backfaceVisibility": "hidden", |
| 16 "backgroundColor": "#008000", | 16 "backgroundColor": "#008000", |
| 17 "paintInvalidations": [ | 17 "paintInvalidations": [ |
| 18 { | 18 { |
| 19 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", | 19 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", |
| 20 "rect": [100, 100, 200, 200], | 20 "rect": [100, 100, 200, 200], |
| 21 "reason": "layoutObject removal" | 21 "reason": "disappeared" |
| 22 } | 22 } |
| 23 ] | 23 ] |
| 24 } | 24 } |
| 25 ], | 25 ], |
| 26 "objectPaintInvalidations": [ | 26 "objectPaintInvalidations": [ |
| 27 { | 27 { |
| 28 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", | 28 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", |
| 29 "reason": "layoutObject removal" | 29 "reason": "disappeared" |
| 30 } | 30 } |
| 31 ] | 31 ] |
| 32 } | 32 } |
| 33 | 33 |
| OLD | NEW |