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