17 table { border:
2px solid green; }
19 img { display: block; height:
50px; background-color: green }
21 .overflow { border:
2px solid blue; overflow:scroll }
27 <div class=
"container">
28 <div class=
"float"></div>
30 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
31 within the remaining line width.
35 <div class=
"container">
36 <div class=
"float"></div>
37 <div class=
"overflow">
38 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
39 within the remaining line width.
43 <div class=
"container">
44 <div class=
"float"></div>
48 <div class=
"container">
49 <div class=
"float"></div>
51 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
52 within the remaining line width.
56 <div class=
"container">
57 <div class=
"float"></div>
58 <div class=
"overflow pct">
59 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
60 within the remaining line width.
64 <div class=
"container">
65 <div class=
"float"></div>
66 <hr class=
"pct" align=left
>
69 <div class=
"container">
70 <div class=
"float"></div>