gecko-dev/layout/reftests/css-visited/color-on-htmllinkelement-1....

9 строки
206 B
HTML

<!doctype html>
<style>
link { display: block; width: 100px; height: 100px; background: currentcolor; }
:link { color: fuchsia; }
:visited { color: purple; }
</style>
<body>
<link href="visited-page.html">