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

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