Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-3.xml
blob86f6d039005a6d03cc0d9b7e209e76bc45f7e89f
1 <?xml-stylesheet href="css3-modsel-3.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml">
4 <span class="t1">This paragraph, and all textual contents in the document, 
5       should be green.</span>
6 </p>
7 <ul xmlns="http://www.w3.org/1999/xhtml">
8   <li class="t1">This item should be green.</li>
9 </ul>
10 <foo xmlns="http://www.example.org/a">And this element, part of a non-HTML namespace,
11       should be green too</foo>
12 </test>