summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/directory-drop-on-view.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/directory-drop-on-view.html')
-rw-r--r--Source/WebCore/manual-tests/directory-drop-on-view.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/directory-drop-on-view.html b/Source/WebCore/manual-tests/directory-drop-on-view.html
new file mode 100644
index 0000000..b82cc45
--- /dev/null
+++ b/Source/WebCore/manual-tests/directory-drop-on-view.html
@@ -0,0 +1,20 @@
+<html>
+ <head>
+ <title>
+ Manual drop test
+ </title>
+ </head>
+ <body>
+ This tests that unknown file types are handled correctly when dropped in the window
+ <ul>
+ <li>
+ Drag a file that WebKit doesn't recognise -- eg. a disk image, tarball, etc.<br />
+ WebKit should cause a Finder window to open, with the dropped file selected.
+ </li>
+ <li>
+ Attempt to drop a directory onto the WebView.<br />
+ The drag should not be accepted, and the drag cursor should be the standard disallowed drag cursor.
+ </li>
+ </ul>
+ </body>
+</html> \ No newline at end of file