RetroZilla/layout/html/tests/table/interactive/bug175455-3.html
2015-10-20 23:03:22 -04:00

16 lines
410 B
HTML

<html><head><title>bug 175455</title>
<style>
a.freesubtype {display: block; width: 100%; padding-left: 16px;}
a.freesubtype:hover {font-weight: bold;}
</style></head>
<body>
<table border="1">
<tbody><tr>
<td><i>
<a class="freesubtype">Classic</a></i>
</td>
</tr>
</tbody></table>
</body></html>