Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-45b.xml
bloba85016a586dbef727aee6bfd5dbf9bb73776fcd0
1 <?xml-stylesheet href="css3-modsel-45b.css" type="text/css"?>
2 <test>
3  <div xmlns="http://www.w3.org/1999/xhtml" class="stub">
4   <p class="green">This paragraph should have a green background.</p>
5   <p class="white">But this one should be unstyled.</p>
6   <p class="white">And this one should also be unstyled.</p>
7   <address class="green">This address is only here to fill some space between two paragraphs and should have a green background.</address>
8   <p class="green">This paragraph should have a green background too.</p>
9  </div>
10 </test>