blob: c51c94d5841f8d4bb29f7b908f62d1793c82ec15 [file] [log] [blame]
<style>
.flim {color: green;}
a:visited {color: red;}
</style>
This tests that a child style can override the :visited style.
<a href>
<div class=flim>This text should be green (and underlined)</div>
</a>
<div class=flim>This text should be green</div>