Table Reflow Test

Opera 9.25 does not render the image but Opera 9.50b does.

<table border=2 width=300>
  <tr>
    <td>
      This cell's width is 
      constrained by the 
      table and image widths. 
      Its exact height is 
      hard to determine.
    </td>
    <td>
      <img src=raptor.jpg
       width=200 height=100%>
    </td>
  </tr>
</table>
     
This cell's width is constrained by the table and image widths.

Its height is hard to determine.

The image needs to be as high as the cell.
Velociraptor