summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/input-type-file-drag-drop.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/input-type-file-drag-drop.html')
-rw-r--r--Source/WebCore/manual-tests/input-type-file-drag-drop.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/input-type-file-drag-drop.html b/Source/WebCore/manual-tests/input-type-file-drag-drop.html
new file mode 100644
index 0000000..eccc6e8
--- /dev/null
+++ b/Source/WebCore/manual-tests/input-type-file-drag-drop.html
@@ -0,0 +1,18 @@
+<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> \ No newline at end of file