Bug 25862 - Need multi-file drag tests for symlinks, aliases and .lnk files
Summary: Need multi-file drag tests for symlinks, aliases and .lnk files
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 25852
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-18 23:53 PDT by Eric Seidel (no email)
Modified: 2009-06-05 10:54 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-05-18 23:53:20 PDT
Need tests for multi-file drags

We need to test input.files access after:

1.  single-file drop
2.  multi-file drop
3.  single-file drop of a directory onto <input>
4.  multi-file drop including a directory onto <input>
5.  single-file drop of an unreadable file onto <input>
6.  multi-file drop include an unreadable file onto <input>
Comment 1 Eric Seidel (no email) 2009-05-19 20:10:10 PDT
Noel pointed out to me that we also need to test:

7.  Alias files on Mac
8. .lnk files on Win
9. sym-link files on Mac/linux

I'm not sure what the expected semantics of a .lnk file should be, or what file information should be exposed to File vs. what should be sent to the server, etc.
Comment 2 Eric Seidel (no email) 2009-06-05 10:54:51 PDT
The first set of these were all covered in bug 25852.  The only ones missing are the Alias, symlink, and .lnk cases.