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