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

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