mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 03:32:39 +00:00
13 lines
388 B
HTML
13 lines
388 B
HTML
<!DOCTYPE HTML>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
|
</head>
|
|
<body>
|
|
<span style="color: olive">unvisited / unvisited</span>
|
|
<span style="color: fuchsia">unvisited / visited</span>
|
|
<span style="color: olive">visited / unvisited</span>
|
|
<span style="color: fuchsia">visited / visited</span>
|
|
</body>
|
|
</html>
|