chromium/third_party/blink/web_tests/css2.1/t051103-c21-activ-ln-00-e-i.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: anchor</title>
  <style type="text/css">
   a {color: red;}
   a:link {color: blue;}
   a:visited {color: blue;}
   a:hover {color: blue;}
   a:focus {color: blue;}
   a:active {color: green;}
   #one {color: red;}
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" title="5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus">
 </head>
 <body>
  <p><a href="">While you are activating this link, it should go green.</a> Check that once you have stopped activating it, it goes blue again.</p>
 </body>
</html>