21 table { border:
2px solid green; }
23 img { display: block; height:
50px; background-color: green }
25 .overflow { border:
2px solid blue; overflow:scroll }
31 <div class=
"container">
32 <div class=
"float"></div>
34 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
35 within the remaining line width.
39 <div class=
"container">
40 <div class=
"float"></div>
41 <div class=
"overflow">
42 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
43 within the remaining line width.
47 <div class=
"container">
48 <div class=
"float"></div>
52 <div class=
"container">
53 <div class=
"float"></div>
55 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
56 within the remaining line width.
60 <div class=
"container">
61 <div class=
"float"></div>
62 <div class=
"overflow pct">
63 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
64 within the remaining line width.
68 <div class=
"container">
69 <div class=
"float"></div>
70 <hr class=
"pct" align=right
>
73 <div class=
"container">
74 <div class=
"float"></div>