Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-106b.xml
blob304a9bc49766e3ac84f0ac9b17eebb3e329a8afd
1 <?xml-stylesheet href="css3-modsel-106b.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" class="un deux trois">This paragraph should have a green background.</p>
4 <q xmlns="http://www.example.org/a" a:bar="un deux trois">This paragraph should be unstyled.</q>
5 <q xmlns="http://www.example.org/a" a:foo="un second deuxieme trois">This paragraph should be unstyled.</q>
6 <r xmlns="http://www.example.org/a" a:foo="un deux trois">This paragraph should have a green background.</r>
7 <s xmlns="http://www.example.org/b" b:foo="un deux trois">This paragraph should have a green background.</s>
8 </test>