mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
18 lines
338 B
HTML
18 lines
338 B
HTML
<!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="visited-page.html"></a>
|
|
</td>
|
|
<td>
|
|
text in next cell
|
|
</td>
|
|
</tr>
|
|
</table>
|