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

<?xml-stylesheet href="css3-modsel-76b.css" type="text/css"?>
<test>
<p xmlns="http://www.w3.org/1999/xhtml">This paragraph should be unstyled.</p>
<address xmlns="http://www.w3.org/1999/xhtml">This address should be unstyled.</address>
<p xmlns="http://www.w3.org/1999/xhtml" class="green">This paragraph should have green background.</p>
<p xmlns="http://www.w3.org/1999/xhtml" class="green">This paragraph should have green background.</p>
<dl xmlns="http://www.w3.org/1999/xhtml">
  <dt class="green">First definition term that should have green background.</dt>
    <dd class="green">First definition that should also have a green background.</dd>
  <dt class="green">Second definition term that should have green background.</dt>
    <dd class="green">Second definition that should have green background.</dd>
  <dt>Third definition term.</dt>
    <dd>Third definition.</dd>
  <dt class="green">Fourth definition term that should have green background.</dt>
    <dd class="green">Fourth definition that should have green background.</dd>
  <dt class="green">Fifth definition term that should have green background.</dt>
    <dd class="green">Fifth definition that should have green background.</dd>
  <dt>Sixth definition term.</dt>
    <dd>Sixth definition.</dd>
</dl>
</test>