<!DOCTYPE html>
<div style="display:inline-block; overflow:hidden; border:1.25px solid black;">
<div style="background-color:green; width:200px; height:100.5px;">
Should neither overflow nor display a scrollbar.
</div>
</div>
<!DOCTYPE html>
<div style="display:inline-block; overflow:hidden; border:1.25px solid black;">
<div style="background-color:green; width:200px; height:100.5px;">
Should neither overflow nor display a scrollbar.
</div>
</div>