gecko-dev/layout/reftests/css-visited/visited-inherit-1.html

11 строки
230 B
HTML

<!DOCTYPE html>
<style>
a { text-decoration: none; color: initial; display: block; margin: 2px; }
.green { color: green; }
</style>
<a href="visited-page.html">
<div>
<span class="green">Should be green</span>
</div>
</a>