[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / text / whitespace / 027.html
1 <html>
2 <table>
3 <tr>
4 <td>
5 <div style="border:2px solid red; float:left">
6 Here-is-some-info-from-the-complaints-department-some-info-from-the-complaints-department-some-info-from-the
7 </div>
8 <td style="width:100%"></td>
9 </tr>
10 </table>
11
12 <table>
13 <tr>
14 <td>
15 <div style="border:2px solid red; float:left">
16 Here is some info from the complaints department some-info from the complaints department some info from the 
17 </div>
18 <td style="width:100%"></td>
19 </tr>
20 </table>
21
22 <table width=100% border=2>
23 <tr>
24 <td>This is a test to see if<span style="white-space: pre">this is computed
25 correctly.  In particular, we have a really long line here that could throw off the min-width.
26 Is it?</span>
27 </td>
28 <td width=100%></td>
29 </table>