<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="table-reflow-012.css" type="text/css"?>

<document>

<h1>Table Reflow Test</h1>

<p>You should see no red on this page.</p>

<p>Firefox 2.x does not pass this test.</p>


<table>
<tr>
<th>Table header</th>
<th>Table header</th>
<th>Table header</th>
</tr>
<tr>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td class="bogus">
<table class="pass">
<tr>
<td>Table cell</td>
</tr>
</table>
</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
</table>


</document>