Border rounding
by kmouse
HTML
<p>Try zooming the browser</p>
<p>There should be no white between the border and background below:</p>
<div style="height: 10px; border: 1.5px solid black; background-color: black; background-clip: padding-box"></div>
<p>The middle border below may alternate colors.</p>
<table style="border-collapse: collapse">
<tr><td style="border: 5.1px solid blue">BLUE</td></tr>
<tr><td style="border: 5.9px solid red">RED</td></tr>
</table>