trisquel-icecat/icecat/layout/reftests/text-decoration/always-underline-links.html

5 lines
148 B
HTML

<!doctype html>
<style>
a { text-decoration: none !important }
</style>
<a href="#">Should have an underline regardless of what the page says</a>