[Webkit-unassigned] [Bug 87610] The eventSender.beginDragWithFiles had been implemented in windows, related tests listed in LayoutTests/platform/win/Skipped should be rebaselined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 24 01:22:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87610





--- Comment #1 from huangxueqing <huangxueqing at baidu.com>  2012-06-24 01:22:53 PST ---
I found many cases skipped in Windows because eventSender.beginDragWithFiles was unimplemented actually did not. I investigated these cases failed reason as follow:
editing/pasteboard/dataTransfer-setData-getData.html    hit ASSERT(url == m_string); in KURL::KURL;
editing/pasteboard/data-transfer-items-drag-drop-entry.html    doMouseUp in eventSender did not fire Drop since m_draggingSourceOperationMask in dragData always DragOperationNone;
editing/pasteboard/data-transfer-items-drag-drop-file.html    doMouseUp in eventSender did not fire Drop since m_draggingSourceOperationMask in dragData always DragOperationNone;
editing/pasteboard/drag-files-to-editable-element.html    There were many functions such as fragmentFromFilenames in ClipboardUtilitiesWin did not implement yet;
editing/pasteboard/file-drag-to-editable.html    https://bugs.wekit.org/show_bug.cgi?id=38826;
editing/pasteboard/file-input-files-access.html    can not retrieve file size with relative file path in Windows;
fast/events/drag-dataTransferItemList-file-handling.html    event.dataTransfer.items.length event.dataTransfer.items.add undefined in Windows;
fast/events/drag-to-navigate.html    The test did not call testRunner.notifyDone;
fast/events/drop-handler-should-not-stop-navigate.html    prevent default event seems incorrect in windows, which lead to that drop event nerver be fired;
fast/events/drop-with-file-paths.html    prevent default event seems incorrect in windows, which lead to that drop event nerver be fired;
fast/events/dropzone-004.html    ondrop event nerver be fired;
fast/forms/file/input-file-directory-upload.html    DIRECTORY_UPLOAD disabled in Windows;
fast/forms/file/recover-file-input-in-unposted-form.html    FILE_SYSTEM disabled in Windows.


I rebaselined a test and removed PASS tests from skipped file in Windows.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list