<!DOCTYPE html>
<link rel="author" title="David Grogan" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-values-3/#calc-notation">
<link rel="match" href="subpixel-table-cell-height-001-ref.html">
<meta name="assert" content="When a cell has a specified calc height and a block box has the same specified calc height, their actual heights should match." />
<style>
td {
border: 1px solid blue;
width: 120px;
height: 37.4px;
padding: 0px;
}
</style>
<table style="border-spacing:0;">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>