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