Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-94b.xml
blobae7a7cc28f2443a7dbfe737db081e36765657d95
1 <?xml-stylesheet href="css3-modsel-94b.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml">This line should be unstyled.</p>
4 <p xmlns="http://www.example.org/b" test="test">This line should have a green background.</p>
5 <q xmlns="http://www.example.org/b" test="test">This line should have a green background.</q>
6 <p xmlns="http://www.example.org/a">This line should be unstyled.</p>
7 <p xmlns="http://www.example.org/b" test="test">This line should have a green background.</p>
8 </test>