Changeset 62827 in webkit


Ignore:
Timestamp:
Jul 8, 2010 1:32:32 PM (14 years ago)
Author:
Martin Robinson
Message:

2010-07-08 Martin Robinson <mrobinson@igalia.com>

Unreviewed.

[GTK] DRT implement execCommand()
https://bugs.webkit.org/show_bug.cgi?id=35351

Group and skip tests that require LayoutTestController.execCommand support.

  • platform/gtk/Skipped:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62826 r62827  
     12010-07-08  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Unreviewed.
     4
     5        [GTK] DRT implement execCommand()
     6        https://bugs.webkit.org/show_bug.cgi?id=35351
     7
     8        Group and skip tests that require LayoutTestController.execCommand support.
     9
     10        * platform/gtk/Skipped:
     11
    1122010-07-08  Albert J. Wong  <ajwong@chromium.org>
    213
  • trunk/LayoutTests/platform/gtk/Skipped

    r62659 r62827  
    624624editing/deleting/skip-virama-001.html
    625625editing/deleting/smart-editing-disabled.html
    626 editing/execCommand/createLink.html
    627 editing/execCommand/delete-image-in-anchor.html
    628 editing/execCommand/enabling-and-selection-2.html
    629 editing/execCommand/findString-diacriticals.html
    630 editing/execCommand/indent-nested-lists-1.html
    631 editing/execCommand/indent-nested-lists-2.html
    632 editing/execCommand/indent-nested-lists-3.html
    633 editing/execCommand/indent-nested-lists-4.html
    634 editing/execCommand/indent-nested-lists-5.html
    635 editing/execCommand/indent-nested-lists-6.html
    636 editing/execCommand/indent-nested-lists-7.html
    637 editing/execCommand/insertHTML.html
    638 editing/execCommand/outdent-blockquote-test1.html
    639 editing/execCommand/outdent-blockquote-test2.html
    640 editing/execCommand/outdent-blockquote-test3.html
    641 editing/execCommand/outdent-blockquote-test4.html
    642 editing/execCommand/outdent-nested-lists-1.html
    643 editing/execCommand/outdent-nested-lists-2.html
    644 editing/execCommand/outdent-nested-lists-3.html
    645 editing/execCommand/outdent-nested-lists-4.html
    646 editing/execCommand/queryCommandState-01.html
    647 editing/execCommand/remove-list-1.html
    648 editing/execCommand/remove-list-items.html
    649 editing/execCommand/switch-list-type.html
    650 editing/execCommand/unlink.html
    651626editing/inserting/5994480-2.html
    652627editing/inserting/insert-thai-characters-001.html
     
    777752editing/deleting/transpose-empty.html
    778753editing/deleting/whitespace-pre-1.html
    779 editing/execCommand/4641880-1.html
    780 editing/execCommand/4641880-2.html
    781 editing/execCommand/create-list-from-range-selection.html
    782 editing/execCommand/create-list-with-hr.html
    783 editing/execCommand/find-after-replace.html
    784 editing/execCommand/findString-2.html
    785 editing/execCommand/findString.html
    786 editing/execCommand/format-block-from-range-selection.html
    787 editing/execCommand/format-block-with-braces.html
    788 editing/execCommand/format-block-with-trailing-br.html
    789 editing/execCommand/format-block.html
    790 editing/execCommand/hilitecolor.html
    791 editing/execCommand/indent-empty-root.html
    792 editing/execCommand/indent-list-item.html
    793 editing/execCommand/indent-selection.html
    794 editing/execCommand/insert-list-and-stitch.html
    795 editing/execCommand/insertHorizontalRule.html
    796 editing/execCommand/insertImage.html
    797 editing/execCommand/nsresponder-indent.html
    798 editing/execCommand/nsresponder-outdent.html
    799 editing/execCommand/outdent-selection.html
    800 editing/execCommand/paste-1.html
    801 editing/execCommand/paste-2.html
    802 editing/execCommand/print.html
    803 editing/execCommand/remove-formatting-2.html
    804 editing/execCommand/remove-formatting.html
    805 editing/execCommand/remove-list-from-range-selection.html
    806 editing/execCommand/remove-list-item-1.html
    807 editing/execCommand/selectAll.html
    808754editing/input/emacs-ctrl-o.html
    809755editing/inserting/4278698.html
     
    51425088
    51435089# Tests that require editing callbacks (and possibly Glib DOM bindings)
    5144 editing/execCommand/indent-with-style.html
    51455090editing/text-iterator/thai-cursor-movement.html
    51465091editing/undo/redo-style.html
     
    58335778fast/forms/input-appearance-searchandspeech.html
    58345779fast/forms/input-appearance-speechbutton.html
     5780
     5781# Tests failing because we lack execCommand support.
     5782# https://bugs.webkit.org/show_bug.cgi?id=35351
     5783editing/execCommand/indent-with-style.html
     5784editing/execCommand/4641880-1.html
     5785editing/execCommand/4641880-2.html
     5786editing/execCommand/create-list-from-range-selection.html
     5787editing/execCommand/create-list-with-hr.html
     5788editing/execCommand/find-after-replace.html
     5789editing/execCommand/findString-2.html
     5790editing/execCommand/findString.html
     5791editing/execCommand/format-block-from-range-selection.html
     5792editing/execCommand/format-block-with-braces.html
     5793editing/execCommand/format-block-with-trailing-br.html
     5794editing/execCommand/format-block.html
     5795editing/execCommand/hilitecolor.html
     5796editing/execCommand/indent-empty-root.html
     5797editing/execCommand/indent-list-item.html
     5798editing/execCommand/indent-selection.html
     5799editing/execCommand/insert-list-and-stitch.html
     5800editing/execCommand/insertHorizontalRule.html
     5801editing/execCommand/insertImage.html
     5802editing/execCommand/nsresponder-indent.html
     5803editing/execCommand/nsresponder-outdent.html
     5804editing/execCommand/outdent-selection.html
     5805editing/execCommand/paste-1.html
     5806editing/execCommand/paste-2.html
     5807editing/execCommand/print.html
     5808editing/execCommand/remove-formatting-2.html
     5809editing/execCommand/remove-formatting.html
     5810editing/execCommand/remove-list-from-range-selection.html
     5811editing/execCommand/remove-list-item-1.html
     5812editing/execCommand/selectAll.html
     5813editing/execCommand/createLink.html
     5814editing/execCommand/delete-image-in-anchor.html
     5815editing/execCommand/enabling-and-selection-2.html
     5816editing/execCommand/findString-diacriticals.html
     5817editing/execCommand/indent-nested-lists-1.html
     5818editing/execCommand/indent-nested-lists-2.html
     5819editing/execCommand/indent-nested-lists-3.html
     5820editing/execCommand/indent-nested-lists-4.html
     5821editing/execCommand/indent-nested-lists-5.html
     5822editing/execCommand/indent-nested-lists-6.html
     5823editing/execCommand/indent-nested-lists-7.html
     5824editing/execCommand/insertHTML.html
     5825editing/execCommand/outdent-blockquote-test1.html
     5826editing/execCommand/outdent-blockquote-test2.html
     5827editing/execCommand/outdent-blockquote-test3.html
     5828editing/execCommand/outdent-blockquote-test4.html
     5829editing/execCommand/outdent-nested-lists-1.html
     5830editing/execCommand/outdent-nested-lists-2.html
     5831editing/execCommand/outdent-nested-lists-3.html
     5832editing/execCommand/outdent-nested-lists-4.html
     5833editing/execCommand/queryCommandState-01.html
     5834editing/execCommand/remove-list-1.html
     5835editing/execCommand/remove-list-items.html
     5836editing/execCommand/switch-list-type.html
     5837editing/execCommand/unlink.html
     5838editing/selection/extend-forward-after-set-base-and-extent.html
Note: See TracChangeset for help on using the changeset viewer.