<?xml-stylesheet href="css3-modsel-15.css" type="text/css"?>
<test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml">
<ul xmlns="http://www.w3.org/1999/xhtml">
  <li id="t1">This list item should have green background because its ID is "t1"</li>
  <li id="t2">This list item should havebe green background because its ID is "t2"</li>
  <li id="t3">
<span id="t44">This list item should have green background because the inner SPAN
                 does not match SPAN#t4</span>
</li>
</ul>
</test>