Sign in
webkit
/
WebKit
/
706caf297da7aa008797b72008d543d8e2d08fc3
/
.
/
LayoutTests
/
fast
/
text
/
whitespace
/
nowrap-clear-float.html
blob: fab3e875cae9af97606e5ba45475f923c62b7609 [
file
] [
log
] [
blame
]
<div
style
=
"
width
:
200px
;
"
>
<div
style
=
"
float
:
left
;
width
:
100px
;
height
:
100px
;
background-color
:
lightblue
;
"
></div>
<span
style
=
"
white-space
:
nowrap
"
>
This text should be below the blue square.
</span>
</div>