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