[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / text / whitespace / nowrap-clear-float.html
1 <div style="width: 200px;">
2     <div style="float: left; width: 100px; height: 100px; background-color: lightblue;"></div>
3     <span style="white-space: nowrap">This text should be below the blue square.</span>
4 </div>