Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug10296-2.html
blob7a143c0d6e85806203961c59508e56d37b327b59
1 <html lang="en-US">
2 <head>
3 <title>Vertical alignment and table height</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <link rel="copyright" href="/~dbaron/legal.html">
7 <style type="text/css">
9 td.baselinef { vertical-align: -12px; } /* probably correct */
10 td.baselineg { vertical-align: 40%; } /* probably correct */
12 </style>
13 </head>
14 <body>
16 <table>
17 <tr>
18 <td class="baselinef">Data</td>
19 <td class="baselineg">Data</td>
20 </tr>
21 </table>
23 </body></html>