[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / drag_with_opacity.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Untitled Document</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <style type="text/css">
7 <!--
8 .draggable {
9         -khtml-user-drag: element;
10         -apple-dashboard-region:dashboard-region(control rectangle);
11 }
12
13 .draggable:hover {
14         background: #cccccc;
15 }
16
17 .draggable:-khtml-drag { 
18         opacity: 0.50;
19 }
20 -->
21 </style>
22 </head>
23 <body>
24    <p>This is the test case for crashing bug &lt;rdar://problem/4234658&gt;<p>
25   <table width="100%" border="1" cellspacing="0" cellpadding="0">
26     <tr>
27       <td>
28       <div class="draggable">Click to right of this text and drag</div>
29       </td>
30     </tr>
31   </table>
32 </body>
33 </html>