summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-animations/animation-important-002-ref.html
blob: 52855cb91e6b780fc6375280b0643335802dd4e3 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
  a {
    text-decoration: underline;
    background-color: rgb(0, 150, 0);
  }
</style>
<a style="color: rgb(150, 0, 0)">Unvisited</a>
<a style="color: white">Visited</a>