eventSender.beginDragWithFiles had been implemented in Windows, related tests should...
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 00:01:24 +0000 (00:01 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 00:01:24 +0000 (00:01 +0000)
https://bugs.webkit.org/show_bug.cgi?id=87610

Patch by Xueqing Huang <huangxueqing@baidu.com> on 2012-07-03
Reviewed by Jessie Berlin.

* platform/win/Skipped:
* platform/win/fast/dom/Window: Removed.
* platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121814 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/platform/win/Skipped
LayoutTests/platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt [deleted file]

index e5e3425..e256975 100644 (file)
@@ -1,3 +1,14 @@
+2012-07-03  Xueqing Huang  <huangxueqing@baidu.com>
+
+        eventSender.beginDragWithFiles had been implemented in Windows, related tests should be removed from Skipped.
+        https://bugs.webkit.org/show_bug.cgi?id=87610
+
+        Reviewed by Jessie Berlin.
+
+        * platform/win/Skipped:
+        * platform/win/fast/dom/Window: Removed.
+        * platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Removed.
+
 2012-07-03  Nate Chapin  <japhet@chromium.org>
 
         Test for https://bugs.webkit.org/show_bug.cgi?id=88436.
index 19b7433..f39720b 100644 (file)
@@ -150,9 +150,15 @@ editing/pasteboard/pasting-empty-html-falls-back-to-text.html
 editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
 editing/pasteboard/drag-image-in-about-blank-frame.html
 editing/pasteboard/drop-file-svg.html
+editing/pasteboard/file-drag-to-editable.html
 editing/pasteboard/get-data-text-plain-drop.html
+fast/events/drop-handler-should-not-stop-navigate.html
 fast/events/drag-in-frames.html
+fast/events/drag-to-navigate.html
+fast/events/drop-with-file-paths.html
+fast/events/dropzone-004.html
 fast/events/standalone-image-drag-to-editable.html
+http/tests/security/clipboard/clipboard-file-access.html
 http/tests/security/drag-drop-same-unique-origin.html
 
 # EventSender::dumpFilenameBeingDragged not implemented.
@@ -240,34 +246,18 @@ svg/webarchive
 svg/custom/image-with-prefix-in-webarchive.svg
 http/tests/webarchive
 
-# <rdar://problem/5230396> eventSender.beginDragWithFiles is unimplemented
+# Assertion failure http://webkit.org/b/90425
 editing/pasteboard/dataTransfer-setData-getData.html
-editing/pasteboard/data-transfer-items-drag-drop-entry.html
-editing/pasteboard/data-transfer-items-drag-drop-file.html
-editing/pasteboard/drag-files-to-editable-element.html
-editing/pasteboard/drop-file-svg.html
-editing/pasteboard/file-drag-to-editable.html
+
+# FileInputType::receiveDroppedFiles receive relative path http://webkit.org/b/90426
 editing/pasteboard/file-input-files-access.html
-fast/dom/Window/window-postmessage-clone-frames.html
-fast/events/drag-dataTransferItemList-file-handling.html
-fast/events/drag-to-navigate.html
-fast/events/drop-handler-should-not-stop-navigate.html
-fast/events/drop-with-file-paths.html
-fast/events/dropzone-004.html
-fast/events/file-input-hidden-in-ondrop.html
-fast/events/input-element-display-none-in-dragleave-crash.html
-fast/forms/file/file-input-reset.html
-fast/forms/file/file-reset-in-change.html
-fast/forms/file/input-file-directory-upload.html
-fast/forms/file/input-file-entries.html
-fast/forms/file/input-file-re-render.html
-fast/forms/file/recover-file-input-in-unposted-form.html
-http/tests/security/clipboard/clipboard-file-access.html
 
 # File API is not supported yet (e.g. ENABLE(BLOB))
 fast/files
 http/tests/fileapi
 fast/dom/DOMURL/check-instanceof-domurl-functions.html
+fast/forms/file/input-file-entries.html
+fast/forms/file/recover-file-input-in-unposted-form.html
 
 # Need to add functionality to DumpRenderTree to test IDN <rdar://problem/5301954>
 fast/encoding/idn-security.html
diff --git a/LayoutTests/platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt b/LayoutTests/platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt
deleted file mode 100644 (file)
index e832991..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-CONSOLE MESSAGE: line 107: TypeError: 'undefined' is not a function (evaluating 'eventSender.beginDragWithFiles(['get-file-upload.html'])')
-Tests that we clone object hierarchies
-PASS: (frames[0].tests[0]).eventData instanceof (frames[0]).Object is true of type boolean
-PASS: (frames[0].tests[0]).event.data instanceof (frames[0]).Object is true of type boolean
-PASS: (frames[0].tests[1]).eventData instanceof (frames[0]).Array is true of type boolean
-PASS: (frames[0].tests[1]).event.data instanceof (frames[0]).Array is true of type boolean
-PASS: (frames[0].tests[2]).eventData instanceof (frames[0]).Date is true of type boolean
-PASS: (frames[0].tests[2]).event.data instanceof (frames[0]).Date is true of type boolean