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