mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
12 lines
234 B
HTML
12 lines
234 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
||
|
<style type="text/css">
|
||
|
|
||
|
body { background: white; color: black }
|
||
|
|
||
|
span { background: #ccc; }
|
||
|
|
||
|
</style>
|
||
|
<span>unvisited</span>
|
||
|
<span>visited</span>
|