chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug10296-2.html

<html lang="en-US">
<head>
<title>Vertical alignment and table height</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="copyright" href="/~dbaron/legal.html">
<style type="text/css">

td.baselinef { vertical-align: -12px; } /* probably correct */
td.baselineg { vertical-align: 40%; } /* probably correct */

</style>
</head>
<body>

<table>
        <tr>
                <td class="baselinef">Data</td>
                <td class="baselineg">Data</td>
        </tr>
</table>

</body></html>