chromium/third_party/blink/web_tests/css3/selectors3/xml/css3-modsel-98.xml

<?xml-stylesheet href="css3-modsel-98.css" type="text/css"?>
<test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b">
 <p xmlns="http://www.w3.org/1999/xhtml" title="foo">This paragraph should be unstyled.</p>
 <q xmlns="http://www.example.org/a" a:title="foo">This paragraph should have a green background</q>
 <s xmlns="http://www.example.org/a" a:title="foobar">This paragraph should be unstyled.</s>
 <r xmlns="http://www.example.org/b" b:title="foo">This paragraph should be unstyled.</r>
 <t xmlns="http://www.example.org/a" a:title="footwo">This paragraph should have a green background</t>
</test>