A developer applies `object-fit: cover` to a `<div>` and to a `<span>` that wraps text, expecting the content to be cropped to the box. What actually happens?div, span { width: 200px; height: 200px; object-fit: cover; }