summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/input-type-file-drag-drop.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
commit648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebCore/manual-tests/input-type-file-drag-drop.html
parenta65af38181ac7d34544586bdb5cd004de93897ad (diff)
downloadexternal_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/input-type-file-drag-drop.html')
-rw-r--r--WebCore/manual-tests/input-type-file-drag-drop.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/WebCore/manual-tests/input-type-file-drag-drop.html b/WebCore/manual-tests/input-type-file-drag-drop.html
deleted file mode 100644
index eccc6e8..0000000
--- a/WebCore/manual-tests/input-type-file-drag-drop.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<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