[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / inline / br-text-decoration.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 </head>
5 <body>
6     <p>
7         <span style="text-decoration: underline;"><br>There shouldn&rsquo;t be a black dot or line above the first letter of this sentence</span>.
8     </p>
9     <p>
10         Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=14245">http://bugs.webkit.org/show_bug.cgi?id=14245</a>
11         Underline painted under &lt;br>, not repainted properly</i>.
12     </p>
13 </body>
14 </html>