Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-66.xml
blobfe34a5bc26a22b1a32ba8326cd0ecd36262c0ed6
1 <?xml-stylesheet href="css3-modsel-66.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml" id="first">This paragraph should be unstyled.
4        The background of the following paragraph should become blue when
5        you follow <a href="#second">this link</a>.</p>
6 <p xmlns="http://www.w3.org/1999/xhtml" id="second">This paragraph should initially be unstyled.
7        It should become blue when you select the link above. When you select
8        <a href="#third">this link</a>, it should return to being unstyled and the 
9        background of the paragraph below should become blue.</p>
10 <p xmlns="http://www.w3.org/1999/xhtml" id="third">This paragraph should initially be unstyled.
11        It should become blue when you select the link above. When you follow
12        <a href="#missing">this link</a>, the three paragraphs
13        should all return to being unstyled.</p>
14 </test>