[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / multicol / cell-shrinkback-expected.html
1 <div style="height: 100px; width: 200px; border: solid;position:relative">
2     <div style="left:25px; bottom:0; position:absolute; height:45px; width:29px;background-color:orange"></div>
3     <div style="border-bottom:solid; position:absolute; right:0px; width:100px">
4         <div style="background-color:orange; float:left;margin-left:25px">Text</div>
5     </div>
6 </div>