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

<?xml-stylesheet href="css3-modsel-44.css" type="text/css"?>
<test>
 <div xmlns="http://www.w3.org/1999/xhtml">
  <p class="red test">This paragraph should have a green background</p>
  <div>
   <p class="red test">This paragraph should have a green background</p>
  </div>
 </div>
 <table xmlns="http://www.w3.org/1999/xhtml">
  <tbody>
   <tr>
    <td>
     <p class="white test">This paragraph should be unstyled.</p>
    </td>
   </tr>
  </tbody>
 </table>
</test>