Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / directory-drop-on-view.html
blobb82cc45b9f78ccf16a4faeab4061ce6f2dc7a5d3
1 <html>
2 <head>
3 <title>
4 Manual drop test
5 </title>
6 </head>
7 <body>
8 This tests that unknown file types are handled correctly when dropped in the window
9 <ul>
10 <li>
11 Drag a file that WebKit doesn't recognise -- eg. a disk image, tarball, etc.<br />
12 WebKit should cause a Finder window to open, with the dropped file selected.
13 </li>
14 <li>
15 Attempt to drop a directory onto the WebView.<br />
16 The drag should not be accepted, and the drag cursor should be the standard disallowed drag cursor.
17 </li>
18 </ul>
19 </body>
20 </html>