4 <style type=
"text/css">
20 A no-wrap child that does not fit on an autowrap line should shift down even when there
21 is no whitespace after the no-wrap child.
22 <!-- The lack of whitespace between </span> and </div> in this case below was preventing WebKit from moving the line down beneath the float -->
24 <div id=
"float"></div>
25 <span id=
"nowrap">This text should be under the red square.
</span></div>
27 <div id=
"container nowrap">
28 <div id=
"float"></div>
29 <span id=
"nowrap">This text should be to the right of the red square.
</span></div>