Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
<style type="text/css">
:link, :visited { display: block }
:link { width: 100px; }
:visited { width: 200px; }
</style>
<table>
<tr>
<td>
<a href="unvisited-page.html"></a>
</td>
<td>
text in next cell
</td>
</tr>
</table>