Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t060403-c21-pseu-id-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    #one {color: green;}
7    a {color: red;}
8    a:link {color: red;}
9    a:visited {color: red;}
10    a:hover {color: red;}
11    a:focus {color: red;}
12    a:active {color: red;}
13   </style>
14   <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#specificity" title="6.4.3 Calculating a selector's specificity">
15   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#q15" title="5.11 Pseudo-classes">
16  </head>
17  <body>
18   <p><a href="" id="one">Whatever you do to this link, it should stay green.</a> (hover, focus, activate, follow)</p>
19  </body>
20 </html>