Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t060403-c21-pseu-cls-00-e-i.html
blob9afe27566faaade5b6adc0254c8c5a4b3f252bf8
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:link {color: red;}
7 a:visited {color: red;}
8 a:hover {color: red;}
9 a:focus {color: red;}
10 a:active {color: red;}
11 a.test {color: green;}
12 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#specificity" title="6.4.3 Calculating a selector's specificity">
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="" class="test">Whatever you do to this link, it should stay green.</a> (hover, focus, activate, follow)</p>
18 </body>
19 </html>