tenfourfox/layout/reftests/css-visited/selector-child-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
310 B
HTML

<!DOCTYPE HTML>
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
<style>
a { text-decoration: none }
:link > span { color: olive; }
:visited > span { color: fuchsia; }
</style>
<a href="unvisited-page.html"><span>unvisited</span></a>
<a href="visited-page.html"><span>visited</span></a>