blob: d05350dc17d70f2ff3e5c699679aaae4558d103d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!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>
|