Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-75.xml
blob2023357acb70d65b5f7db762435ed04232975e40
1 <?xml-stylesheet href="css3-modsel-75.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should have green background</p>
4 <address xmlns="http://www.w3.org/1999/xhtml">And this address should be unstyled.</address>
5 <p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should also have green background!</p>
6 <p xmlns="http://www.w3.org/1999/xhtml">But this one should be unstyled again.</p>
7 <dl xmlns="http://www.w3.org/1999/xhtml">
8   <dt>First definition term</dt>
9     <dd>First definition</dd>
10   <dt class="red">Second definition term that should have green background</dt>
11     <dd class="red">Second definition that should have green background</dd>
12   <dt class="red">Third definition term that should have green background</dt>
13     <dd class="red">Third definition that should have green background</dd>
14   <dt>Fourth definition term</dt>
15     <dd>Fourth definition</dd>
16   <dt class="red">Fifth definition term that should have green background</dt>
17     <dd class="red">Fifth definition that should have green background</dd>
18   <dt class="red">Sixth definition term that should have green background</dt>
19     <dd class="red">Sixth definition that should have green background</dd>
20 </dl>
21 </test>