Bug 90426

Summary: editing/pasteboard/file-input-files-access.html failed in Windows
Product: WebKit Reporter: huangxueqing <huangxueqing>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: jberlin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   

huangxueqing
Reported 2012-07-02 19:32:34 PDT
editing/pasteboard/file-input-files-access.html failed in Windows, HTMLInputElement::receivedDropFiles receive a drag data as file name, but it was a relative path, therefore, file.size() cannot retrieve correct value.
Attachments
huangxueqing
Comment 1 2012-07-07 01:49:45 PDT
I don't think this case should pass in Windows, the API FindFirstFileW can not search file since the path was related with "test case" but not "DumpRenderTree.exe".
Note You need to log in before you can comment on or make changes to this bug.