Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0511-c21-pseud-anch-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: green;}
7    a:link {color: red;}
8    a:visited {color: red;}
9    a:hover {color: green;}
10    a:focus {color: red;}
11    a:active {color: red;}
12    #one {color: red;}
13   </style>
14   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#q15" title="5.11 Pseudo-classes">
15  </head>
16  <body>
17   <p><a>This sentence should be green.</a> Check that it remains green if you click it.</p>
18  </body>
19 </html>