[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / text / whitespace / pre-wrap-last-char.html
1 <html>
2 <head>
3     <title></title>
4 </head>
5 <body>
6     <p>
7         Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13072">http://bugs.webkit.org/show_bug.cgi?id=13072</a>
8         REGRESSION (r15617): white-space: pre-wrap breaks off the last character of a wide word</i>.
9     </p>
10     <p>
11         The following line should not wrap.
12     </p>
13     <div style="white-space: pre-wrap; width: 150px; background-color: lightgray;">abcdefghijklmnopqrstuvwxyz</div>
14 </body>