Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0511-c21-pseud-link-02-e.html
blobbf6797deb9820eb5010413ee904e0f931884a250
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: red;}
8 a:visited {color: green;}
9 a:hover {color: red;}
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 href="">This link should be green.</a> (do not hover over it or activate it)</p>
18 </body>
19 </html>