2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t051103-c21-hover-ln-00-e-i.html
blobb69fe860ecee18fd6e874112dc8046e7a62832ec
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: 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#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 hovering over this link, it should go green.</a></p>
18 </body>
19 </html>