Title: [88111] trunk/LayoutTests
Revision
88111
Author
[email protected]
Date
2011-06-04 04:35:00 -0700 (Sat, 04 Jun 2011)

Log Message

2011-06-04  Laszlo Gombos  <[email protected]>

        Reviewed by Andreas Kling.

        [Qt] Enable passing File API tests
        https://bugs.webkit.org/show_bug.cgi?id=62020

        File API has been enabled for QtWebKit in r74115,
        let's also enable the passing related tests.

        * platform/qt/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88110 => 88111)


--- trunk/LayoutTests/ChangeLog	2011-06-04 11:23:09 UTC (rev 88110)
+++ trunk/LayoutTests/ChangeLog	2011-06-04 11:35:00 UTC (rev 88111)
@@ -1,3 +1,15 @@
+2011-06-04  Laszlo Gombos  <[email protected]>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] Enable passing File API tests
+        https://bugs.webkit.org/show_bug.cgi?id=62020
+
+        File API has been enabled for QtWebKit in r74115,
+        let's also enable the passing related tests.
+
+        * platform/qt/Skipped:
+
 2011-06-04  Alexey Proskuryakov  <[email protected]>
 
         Reviewed by Darin Adler.

Modified: trunk/LayoutTests/platform/qt/Skipped (88110 => 88111)


--- trunk/LayoutTests/platform/qt/Skipped	2011-06-04 11:23:09 UTC (rev 88110)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-06-04 11:35:00 UTC (rev 88111)
@@ -199,6 +199,17 @@
 http/tests/local/blob/send-sliced-data-blob.html
 http/tests/local/formdata
 
+fast/files/apply-blob-url-to-img.html
+fast/files/apply-blob-url-to-xhr.html
+fast/files/file-reader-abort.html
+fast/files/read-blob-async.html
+fast/files/read-file-async.html
+fast/files/workers/worker-apply-blob-url-to-xhr.html
+fast/files/workers/worker-read-blob-async.html
+fast/files/workers/worker-read-blob-sync.html
+fast/files/workers/worker-read-file-async.html
+fast/files/workers/worker-read-file-sync.html
+
 editing/pasteboard/drag-image-in-about-blank-frame.html
 editing/pasteboard/files-during-page-drags.html
 editing/pasteboard/drag-drop-list.html
@@ -311,16 +322,6 @@
 # Disabled HTTP subdirs for now, needs investigation.
 http/tests/media
 
-# drag n drop support again
-http/tests/local/drag-over-remote-content.html
-http/tests/local/fileapi
-http/tests/security/drag-drop-same-unique-origin.html
-
-# CONSOLE MESSAGE: line 72: TypeError: Result of _expression_ 'eventSender.beginDragWithFiles' [undefined] is not a function.
-http/tests/local/blob/send-hybrid-blob.html
-http/tests/local/blob/send-sliced-data-blob.html
-http/tests/local/formdata
-
 # --- Failing navigation tests
 #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: fillTestForm
 #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: scrollDocDown
@@ -681,10 +682,6 @@
 # This needs more investigation
 http/tests/security/isolatedWorld/world-reuse.html
 
-# File API is not supported yet
-fast/files
-http/tests/fileapi
-
 # Missing layoutTestController.dumpWillCacheResponse
 http/tests/misc/willCacheResponse-delegate-callback.html
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to