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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
huangxueqing
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".