<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="table-reflow-014.css" type="text/css"?>

<document>

<h1>Table Reflow Test</h1>

<p>You should see no red on this page.</p>

<p>Firefox 2.x now passes this test, since the element inside the table cell has been declared
as a block level element.</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">
<span class="pass">
Table cell
</span>
</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
</table>


</document>