Changeset 116749 in webkit


Ignore:
Timestamp:
May 11, 2012 4:52:58 AM (12 years ago)
Author:
commit-queue@webkit.org
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.czech@samsung.com> on 2012-05-11

  • platform/efl/test_expectations.txt: adding tests regarding to missing beginDragWithFiles

execCommand('copy') and execCommand('paste') implementation.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r116748 r116749  
     12012-05-11  Krzysztof Czech  <k.czech@samsung.com>
     2
     3        [EFL] Gardening failure cases on editing/style and editing/pasteboard
     4        https://bugs.webkit.org/show_bug.cgi?id=86184
     5
     6        Unreviewed EFL gardening.
     7
     8        Test expectations update.
     9
     10        * platform/efl/test_expectations.txt: adding tests regarding to missing beginDragWithFiles
     11        execCommand('copy') and execCommand('paste') implementation.
     12
    1132012-05-11  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>
    214
  • trunk/LayoutTests/platform/efl/test_expectations.txt

    r116661 r116749  
    3535BUGWK84333 : fast/events/drop-with-file-paths.html = TEXT
    3636BUGWK84333 : fast/forms/file/recover-file-input-in-unposted-form.html = TEXT
     37BUGWK84333 : editing/pasteboard/data-transfer-items-drag-drop-entry.html = TEXT
     38BUGWK84333 : editing/pasteboard/data-transfer-items-drag-drop-file.html = TEXT
     39BUGWK84333 : editing/pasteboard/drag-files-to-editable-element.html = TEXT
     40BUGWK84333 : editing/pasteboard/file-drag-to-editable.html = TEXT
     41BUGWK84333 : editing/pasteboard/file-input-files-access.html = TEXT
    3742
    3843// LayoutTestController.pathToLocalResource needs special handling of file URLs to /tmp.
     
    4348BUGWK84338 : editing/input/paste-text-ending-with-interchange-newline.html = TEXT
    4449BUGWK84338 : editing/input/reveal-contenteditable-on-paste-vertically.html = TEXT
     50BUGWK84338 : editing/style/apply-through-end-of-document.html = TEXT
     51BUGWK84338 : editing/style/non-inheritable-styles.html = TEXT
    4552
    4653// Missing showModalDialog implementation
Note: See TracChangeset for help on using the changeset viewer.