Initialize Tizen 2.3
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t051103-c21-activ-ln-00-e-i.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: anchor</title>
5   <style type="text/css">
6    a {color: red;}
7    a:link {color: blue;}
8    a:visited {color: blue;}
9    a:hover {color: blue;}
10    a:focus {color: blue;}
11    a:active {color: green;}
12    #one {color: red;}
13   </style>
14   <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">
15  </head>
16  <body>
17   <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>
18  </body>
19 </html>