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

<?xml-stylesheet href="css3-modsel-95.css" type="text/css"?>
<test>
 <div xmlns="http://www.w3.org/1999/xhtml" class="test">
  <p>This line should  have a green background</p>
  <p xmlns="http://www.example.org/b">This line should have a green background</p>
  <q xmlns="http://www.example.org/b">This line should have a green background</q>
  <p xmlns="http://www.example.org/a">This line should have a green background</p>
  <foo xmlns="http://www.example.org/b">This line should have a green background</foo>
 </div>
</test>