Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / unused-percent-heights.html
blob6e40bf86d5525560a6ea0f8bb4e8caf620daad94
1 <html>
2 <head>
3 <style>
4 .navrule {
5 border-bottom-width: 1px;
6 border-bottom-style: solid;
7 border-bottom-color: #FFFFFF;
10 .local:link {
11 height: 100%;
12 padding: 4px;
13 display: block;
16 </style>
18 <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#3399CC">
19 <tr>
20 <td class="navrule"><a href="/providers/index.asp" class="local">List of Transit Providers</a></td>
21 </tr>
22 <tr>
23 <td class="navrule"><a href="/providers/locate.asp" class="local">Locate a Transit Provider</a></td>
24 </tr>
25 </table>
26 </body>
27 </html>