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