Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-139b.xml
blob9637443587446cba05d9d80a6684b7e85589a0b9
1 <?xml-stylesheet href="css3-modsel-139b.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 class="bar foo toto">This paragraph should be unstyled.</p>
5 <address class="bar foofoo toto">This address should have a green background.</address>
6 <q xmlns="http://www.example.org/a" class="bar foo toto">This paragraph should be unstyled.</q>
7 <r xmlns="http://www.example.org/b" b:class="bar foo toto">This paragraph should have a green background.</r>
8 </div>
9 </test>