Title: [116749] trunk/LayoutTests
Revision
116749
Author
commit-qu...@webkit.org
Date
2012-05-11 04:52:58 -0700 (Fri, 11 May 2012)

Log Message

[EFL] Gardening failure cases on editing/style and editing/pasteboard
https://bugs.webkit.org/show_bug.cgi?id=86184

Unreviewed EFL gardening.

Test expectations update.

Patch by Krzysztof Czech <k.cz...@samsung.com> on 2012-05-11

* platform/efl/test_expectations.txt: adding tests regarding to missing beginDragWithFiles
execCommand('copy') and execCommand('paste') implementation.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (116748 => 116749)


--- trunk/LayoutTests/ChangeLog	2012-05-11 11:43:24 UTC (rev 116748)
+++ trunk/LayoutTests/ChangeLog	2012-05-11 11:52:58 UTC (rev 116749)
@@ -1,3 +1,15 @@
+2012-05-11  Krzysztof Czech  <k.cz...@samsung.com>
+
+        [EFL] Gardening failure cases on editing/style and editing/pasteboard
+        https://bugs.webkit.org/show_bug.cgi?id=86184
+
+        Unreviewed EFL gardening.
+
+        Test expectations update.
+
+        * platform/efl/test_expectations.txt: adding tests regarding to missing beginDragWithFiles
+        execCommand('copy') and execCommand('paste') implementation.
+
 2012-05-11  Sudarsana Nagineni  <sudarsana.nagin...@linux.intel.com>
 
         [EFL][DRT] fast/css/getComputedStyle/computed-style-without-renderer.html fails on EFL

Modified: trunk/LayoutTests/platform/efl/test_expectations.txt (116748 => 116749)


--- trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-11 11:43:24 UTC (rev 116748)
+++ trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-11 11:52:58 UTC (rev 116749)
@@ -34,6 +34,11 @@
 BUGWK84333 : fast/events/drop-handler-should-not-stop-navigate.html = TIMEOUT
 BUGWK84333 : fast/events/drop-with-file-paths.html = TEXT
 BUGWK84333 : fast/forms/file/recover-file-input-in-unposted-form.html = TEXT
+BUGWK84333 : editing/pasteboard/data-transfer-items-drag-drop-entry.html = TEXT
+BUGWK84333 : editing/pasteboard/data-transfer-items-drag-drop-file.html = TEXT
+BUGWK84333 : editing/pasteboard/drag-files-to-editable-element.html = TEXT
+BUGWK84333 : editing/pasteboard/file-drag-to-editable.html = TEXT
+BUGWK84333 : editing/pasteboard/file-input-files-access.html = TEXT
 
 // LayoutTestController.pathToLocalResource needs special handling of file URLs to /tmp.
 BUGWK84336 : fast/dom/frame-loading-via-document-write.html = TIMEOUT TEXT
@@ -42,6 +47,8 @@
 BUGWK84338 : fast/events/clipboard-dataTransferItemList.html = TEXT
 BUGWK84338 : editing/input/paste-text-ending-with-interchange-newline.html = TEXT
 BUGWK84338 : editing/input/reveal-contenteditable-on-paste-vertically.html = TEXT
+BUGWK84338 : editing/style/apply-through-end-of-document.html = TEXT
+BUGWK84338 : editing/style/non-inheritable-styles.html = TEXT
 
 // Missing showModalDialog implementation
 BUGWK84589 : fast/animation/request-animation-frame-during-modal.html = TEXT
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to