WebCore/manual-tests/input-type-file-drag-drop.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 09:02:29 +0300
changeset 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037

<body>
<div style="background-color: black;" width="300">
<input type=file>
</div>
<div style="background-color: blue;" width="300">
<input type=file>
</div>
<input type=file>
<p>
&lt;input type="file"&gt; should be able to support drag and drop of files.  Use the above controls to demonstrate:
</p>
<ol>
<li> Accepting normal file drags (indicating accpetance during hover).
<li> Rejecting diretory and non-normal file drags.
<li> Dropping a symlink'd file should accpect/show/upload the target, not the symlink itself.
<li> Rejecting of file-promise drags (this is probably a bug, not a feature).
</ol>
</body>