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

19 lines
397 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">
<tr>
<td>
<a class='freesubtype'>Classic</a>
</td>
</tr>
</table>
</body>
</html>