Bug 25862

Summary: Need multi-file drag tests for symlinks, aliases and .lnk files
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: jparent, noel.gordon, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 25852    
Bug Blocks:    

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.