Files
tubestation/layout/reftests/css-visited/visited-inherit-1-ref.html
Emilio Cobos Álvarez ff66200289 Bug 1381276: Reftest. r=jryans
MozReview-Commit-ID: IJUFMtWNETe
2017-07-16 16:20:38 +02:00

11 lines
232 B
HTML

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