Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-140b.xml
blobc7b17a4681e586526cc54e3630c1bb4146e2664a
1 <?xml-stylesheet href="css3-modsel-140b.css" type="text/css"?>
2 <test xmlns:b="http://www.example.org/b">
3 <div xmlns="http://www.w3.org/1999/xhtml" class="stub">
4 <p lang="foo-bar">This paragraph should be unstyled.</p>
5 <address lang="foo-b">This address should have a green background.</address>
6 <address lang="foo-barbar-toto">This address should have a green background.</address>
7 <q xmlns="http://www.example.org/a" lang="foo-bar">This paragraph should be unstyled.</q>
8 <r xmlns="http://www.example.org/b" b:lang="foo-bar">This paragraph should have a green background.</r>
9 </div>
10 </test>