summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/always-underline-links.html
blob: 81021494ddc4999fe58cf4572f3f781e1225e8a9 (plain)
1
2
3
4
5
<!doctype html>
<style>
  a { text-decoration: none !important }
</style>
<a href="#">Should have an underline regardless of what the page says</a>