blob: 65f33015cea1748be621690a76fa55eb522745a3 [file] [log] [blame]
<?xml-stylesheet href="css3-modsel-33.css" type="text/css"?>
<test>
<div xmlns="http://www.w3.org/1999/xhtml">
<table class="t1" border="1">
<tr>
<td>1.1</td>
<td>1.2</td>
<td class="red">green cell</td>
</tr>
<tr>
<td>2.1</td>
<td>2.2</td>
<td class="red">green cell</td>
</tr>
<tr>
<td>3.1</td>
<td>3.2</td>
<td class="red">green cell</td>
</tr>
</table>
</div>
<p xmlns="http://www.w3.org/1999/xhtml">
<span>This paragraph contains a span that should
have a green background</span> and some text after it.</p>
</test>