RetroZilla/layout/html/tests/table/interactive/bug175455-1.html

19 lines
397 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>