<?xml-stylesheet href="css3-modsel-44.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">
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="red">This paragraph should have a green background</p>
<div>
<p class="red">This paragraph should have a green background</p>
</div>
</div>
<table xmlns="http://www.w3.org/1999/xhtml">
<tbody>
<tr>
<td>
<p>This paragraph should NOT have a green background</p>
</td>
</tr>
</tbody>
</table>
</test>