Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-183.xml
blob2eae91ba2e166fe08dc16181af1734cebf7616fe
1 <?xml-stylesheet href="css3-modsel-183.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml" class="test">This text should be green.</p>
4 <p xmlns="http://www.w3.org/1999/xhtml" class=".test">This text should be green.</p>
5 <p xmlns="http://www.w3.org/1999/xhtml" class="foo">This text should be green.</p>
6 <p xmlns="http://www.w3.org/1999/xhtml" class="foo quux">This text should be green.</p>
7 <p xmlns="http://www.w3.org/1999/xhtml" class="foo  quux">This text should be green.</p>
8 <p xmlns="http://www.w3.org/1999/xhtml" class=" bar ">This text should be green.</p>
9 </test>