| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
| table { border:2px solid green; } |
| img { display: block; height:50px; background-color: green } |
| .overflow { border:2px solid blue; overflow:scroll } |
| <div class="float"></div> |
| <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit |
| within the remaining line width. |
| <div class="float"></div> |
| This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit |
| within the remaining line width. |
| <div class="float"></div> |
| <div class="float"></div> |
| <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit |
| within the remaining line width. |
| <div class="float"></div> |
| <div class="overflow pct"> |
| This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit |
| within the remaining line width. |
| <div class="float"></div> |
| <hr class="pct" align=left> |
| <div class="float"></div> |