mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +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>
|