[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / input-type-file-drag-drop.html
1 <body>
2 <div style="background-color: black;" width="300">
3 <input type=file>
4 </div>
5 <div style="background-color: blue;" width="300">
6 <input type=file>
7 </div>
8 <input type=file>
9 <p>
10 &lt;input type="file"&gt; should be able to support drag and drop of files.  Use the above controls to demonstrate:
11 </p>
12 <ol>
13 <li> Accepting normal file drags (indicating accpetance during hover).
14 <li> Rejecting diretory and non-normal file drags.
15 <li> Dropping a symlink'd file should accpect/show/upload the target, not the symlink itself.
16 <li> Rejecting of file-promise drags (this is probably a bug, not a feature).
17 </ol>
18 </body>