gecko-dev/layout/reftests/css-visited/content-color-on-link-befor...

9 строки
287 B
HTML

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