chromium/third_party/blink/web_tests/external/wpt/css/css-animations/animation-important-002-ref.html

<!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>