Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-120.xml
blob8a8e6e6d9d22253c1d0ba3541f7c449f6f5bc3f7
1 <?xml-stylesheet href="css3-modsel-120.css" type="text/css"?>
2 <test>
3 <div xmlns="http://www.w3.org/1999/xhtml" class="stub">
4 <p>This paragraph should have a green background</p>
5 <p xmlns="http://www.example.org/b">This paragraph should have a green background</p>
6 <l xmlns="http://www.example.org/b">
7 <p xmlns="">This paragraph should have a
8                 green background</p>
9 </l>
10 <p xmlns="http://www.example.org/a">This paragraph should have a green background</p>
11 </div>
12 </test>