chromium/third_party/blink/web_tests/css3/selectors3/xml/css3-modsel-43b.xml

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