Changeset 167701 in webkit


Ignore:
Timestamp:
Apr 23, 2014 12:34:01 AM (10 years ago)
Author:
g.czajkowski@samsung.com
Message:

Refactoring editing/selection/13804.html
https://bugs.webkit.org/show_bug.cgi?id=131986

Reviewed by Darin Adler.

This test does not need pixel baselines (MAC, EFL, GTK) to just
check whether spelling marker appears on 'adf'.

According to bug 125688, the test starts using asynchronous
spellchecking.

Since the test mostly verifies spelling behaviour, it was moved
to editing/spelling directory.
Its name was changed to spelling-backward.html.

  • editing/selection/13804.html: Removed.
  • editing/spelling/spelling-backward-expected.txt: Added, renamed from editing/selection/13804.html.
  • editing/spelling/spelling-backward.html: Added.
  • platform/efl/editing/selection/13804-expected.png: Removed.
  • platform/efl/editing/selection/13804-expected.txt: Removed.
  • platform/gtk/editing/selection/13804-expected.png: Removed.
  • platform/gtk/editing/selection/13804-expected.txt: Removed.
  • platform/mac/editing/selection/13804-expected.png: Removed.
  • platform/mac/editing/selection/13804-expected.txt: Removed.

Get rid of platform specific expectation.

  • platform/gtk/TestExpectations:
  • platform/mac-wk2/TestExpectations:
  • platform/win/TestExpectations:

Mark spelling-backward.html as failure due to missing asynchronous spellchecking.

Location:
trunk/LayoutTests
Files:
2 added
7 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r167696 r167701  
     12014-04-22  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
     2
     3        Refactoring editing/selection/13804.html
     4        https://bugs.webkit.org/show_bug.cgi?id=131986
     5
     6        Reviewed by Darin Adler.
     7
     8        This test does not need pixel baselines (MAC, EFL, GTK) to just
     9        check whether spelling marker appears on 'adf'.
     10
     11        According to bug 125688, the test starts using asynchronous
     12        spellchecking.
     13
     14        Since the test mostly verifies spelling behaviour, it was moved
     15        to editing/spelling directory.
     16        Its name was changed to spelling-backward.html.
     17
     18        * editing/selection/13804.html: Removed.
     19        * editing/spelling/spelling-backward-expected.txt: Added, renamed from editing/selection/13804.html.
     20        * editing/spelling/spelling-backward.html: Added.
     21
     22        * platform/efl/editing/selection/13804-expected.png: Removed.
     23        * platform/efl/editing/selection/13804-expected.txt: Removed.
     24        * platform/gtk/editing/selection/13804-expected.png: Removed.
     25        * platform/gtk/editing/selection/13804-expected.txt: Removed.
     26        * platform/mac/editing/selection/13804-expected.png: Removed.
     27        * platform/mac/editing/selection/13804-expected.txt: Removed.
     28        Get rid of platform specific expectation.
     29
     30        * platform/gtk/TestExpectations:
     31        * platform/mac-wk2/TestExpectations:
     32        * platform/win/TestExpectations:
     33        Mark spelling-backward.html as failure due to missing asynchronous spellchecking.
     34
    1352014-04-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    236
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r167632 r167701  
    10451045webkit.org/b/73003 editing/spelling/spellcheck-queue.html [ Skip ]
    10461046webkit.org/b/73003 editing/spelling/spellcheck-sequencenum.html [ Skip ]
     1047webkit.org/b/73003 editing/spelling/spelling-backward.html [ Skip ]
    10471048webkit.org/b/73003 editing/spelling/spelling-marker-description.html [ Skip ]
    10481049
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r167362 r167701  
    126126webkit.org/b/105616 editing/spelling/spelling-attribute-at-child.html
    127127webkit.org/b/105616 editing/spelling/spelling-attribute-change.html
     128webkit.org/b/105616 editing/spelling/spelling-backward.html
    128129webkit.org/b/105616 editing/spelling/spelling-double-clicked-word.html
    129130webkit.org/b/105616 editing/spelling/spelling-exactly-selected-word.html
  • trunk/LayoutTests/platform/win/TestExpectations

    r167632 r167701  
    19361936webkit.org/b/108370 editing/spelling/context-menu-suggestions-multiword-selection.html [ Failure ]
    19371937webkit.org/b/108370 editing/spelling/context-menu-suggestions-subword-selection.html [ Failure ]
     1938webkit.org/b/108370 editing/spelling/spelling-backward.html [ Failure ]
    19381939webkit.org/b/108370 editing/spelling/spelling-double-clicked-word.html [ Failure ]
    19391940webkit.org/b/108370 editing/spelling/spelling-exactly-selected-word.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.