Changeset 156901 in webkit


Ignore:
Timestamp:
Oct 4, 2013 11:40:03 AM (10 years ago)
Author:
g.czajkowski@samsung.com
Message:

Tests added in r141354 erroneously assume correction suggestion to be in the context menu
https://bugs.webkit.org/show_bug.cgi?id=113742

Reviewed by Ryosuke Niwa.

Tests from r141354 erroneously assume that all WebKit ports populate
spell checking suggestion in the context menu.

Remove verification of spell checking suggestion and all context menu stuff from tests
that do that unnecessarily. Instead of that check whether spelling markers behave correctly,
for example, after deleting a text, double click or selecting a misspellings.

However, two tests are adapted to verify spell checking suggestions (their availability
rather than correctness, similarly to context-menu-suggestions.html).
Those are useful for ports which populate spelling suggestion in the context menu.

  • editing/spelling/resources/util.js:

(initSpellTest):
Do not assume that the tests are running with "Windows" editing behavior.
Unix ports do not make a selection for the misspelled word and they don't
require selection to get spell checking suggestions.

  • editing/spelling/spelling-changed-text-expected.txt:
  • editing/spelling/spelling-changed-text.html:
  • editing/spelling/spelling-double-clicked-word-expected.txt:
  • editing/spelling/spelling-double-clicked-word.html:
  • editing/spelling/spelling-exactly-selected-word-expected.txt:
  • editing/spelling/spelling-exactly-selected-word.html:

Remove verification of correction suggestion.
Instead of that check whether the spelling markers behave correctly.

  • editing/spelling/context-menu-suggestions-multiword-selection-expected.txt: Renamed from LayoutTests/editing/spelling/spelling-multiword-selection-expected.txt.
  • editing/spelling/context-menu-suggestions-multiword-selection.html: Renamed from LayoutTests/editing/spelling/spelling-multiword-selection.html.
  • editing/spelling/context-menu-suggestions-subword-selection-expected.txt: Renamed from LayoutTests/editing/spelling/spelling-subword-selection-expected.txt.
  • editing/spelling/context-menu-suggestions-subword-selection.html: Renamed from LayoutTests/editing/spelling/spelling-subword-selection.html.

Adapt those tests for platforms which populate spell check suggestion
in the context menu.

  • platform/efl-wk2/TestExpectations:

Now context-menu-suggestions-multiword-selection.html and
context-menu-suggestions-subword-selection.html are passing for EFL.

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

Update tests path due to rename.

Location:
trunk/LayoutTests
Files:
14 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r156892 r156901  
     12013-10-04  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
     2
     3        Tests added in r141354 erroneously assume correction suggestion to be in the context menu
     4        https://bugs.webkit.org/show_bug.cgi?id=113742
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Tests from r141354 erroneously assume that all WebKit ports populate
     9        spell checking suggestion in the context menu.
     10
     11        Remove verification of spell checking suggestion and all context menu stuff from tests
     12        that do that unnecessarily. Instead of that check whether spelling markers behave correctly,
     13        for example, after deleting a text, double click or selecting a misspellings.
     14
     15        However, two tests are adapted to verify spell checking suggestions (their availability
     16        rather than correctness, similarly to context-menu-suggestions.html).
     17        Those are useful for ports which populate spelling suggestion in the context menu.
     18
     19        * editing/spelling/resources/util.js:
     20        (initSpellTest):
     21        Do not assume that the tests are running with "Windows" editing behavior.
     22        Unix ports do not make a selection for the misspelled word and they don't
     23        require selection to get spell checking suggestions.
     24
     25        * editing/spelling/spelling-changed-text-expected.txt:
     26        * editing/spelling/spelling-changed-text.html:
     27        * editing/spelling/spelling-double-clicked-word-expected.txt:
     28        * editing/spelling/spelling-double-clicked-word.html:
     29        * editing/spelling/spelling-exactly-selected-word-expected.txt:
     30        * editing/spelling/spelling-exactly-selected-word.html:
     31        Remove verification of correction suggestion.
     32        Instead of that check whether the spelling markers behave correctly.
     33
     34        * editing/spelling/context-menu-suggestions-multiword-selection-expected.txt: Renamed from LayoutTests/editing/spelling/spelling-multiword-selection-expected.txt.
     35        * editing/spelling/context-menu-suggestions-multiword-selection.html: Renamed from LayoutTests/editing/spelling/spelling-multiword-selection.html.
     36        * editing/spelling/context-menu-suggestions-subword-selection-expected.txt: Renamed from LayoutTests/editing/spelling/spelling-subword-selection-expected.txt.
     37        * editing/spelling/context-menu-suggestions-subword-selection.html: Renamed from LayoutTests/editing/spelling/spelling-subword-selection.html.
     38        Adapt those tests for platforms which populate spell check suggestion
     39        in the context menu.
     40
     41        * platform/efl-wk2/TestExpectations:
     42        Now context-menu-suggestions-multiword-selection.html and
     43        context-menu-suggestions-subword-selection.html are passing for EFL.
     44
     45        * platform/gtk-wk2/TestExpectations:
     46        * platform/gtk/TestExpectations:
     47        * platform/mac-wk2/TestExpectations:
     48        * platform/win/TestExpectations:
     49        * platform/wincairo/TestExpectations:
     50        Update tests path due to rename.
     51
    1522013-10-04  Lorenzo Tilve  <ltilve@igalia.com>
    253
  • trunk/LayoutTests/editing/spelling/context-menu-suggestions-multiword-selection-expected.txt

    r156900 r156901  
    1 Spelling should be disabled when user selects multiple words that are not a single misspelling. To test manually, type 'wellcome home.', select 'wellcome home', and context-click on the selection. The test suceeds when the context menu has no spell check suggestions.
     1Spell check sugestions should not be pupulated when user selects multiple words that are not a single misspelling. To test manually, type 'wellcome home.', select 'wellcome home', and context-click on the selection. The test suceeds when the context menu has no spell check suggestions.
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
     
    99PASS spellingMarkerRange.toString() is "wellcome"
    1010PASS window.getSelection().toString() is "wellcome home"
    11 PASS contextMenuElements[contextMenuElements.length - 1] is "<separator>"
     11PASS contextMenuItemsWithoutSpellingSuggestions < contextMenuItemsWithSpellingSuggestions is true
    1212PASS successfullyParsed is true
    1313
  • trunk/LayoutTests/editing/spelling/context-menu-suggestions-multiword-selection.html

    r156900 r156901  
    1212<script>
    1313
    14 description("Spelling should be disabled when user selects multiple words that are not a single misspelling. " +
    15             "To test manually, type 'wellcome home.', select 'wellcome home', and context-click on the selection. " +
    16             "The test suceeds when the context menu has no spell check suggestions.");
     14description("Spell check sugestions should not be pupulated when user selects multiple words that are not a single misspelling. "
     15    + "To test manually, type 'wellcome home.', select 'wellcome home', and context-click on the selection. "
     16    + "The test suceeds when the context menu has no spell check suggestions.");
    1717
    1818initSpellTest("destination", "wellcome home.", function(textNode) {
     
    2020    shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");
    2121    shouldBeEqualToString("window.getSelection().toString()", "");
     22
     23    // Context click on 'wellcome' to get its spell check suggestions.
     24    var x = destination.offsetParent.offsetLeft + destination.offsetLeft + 40;
     25    var y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
     26    eventSender.mouseMoveTo(x, y);
     27    contextMenuItemsWithSpellingSuggestions = eventSender.contextClick();
     28    // Esc key to hide the context menu.
     29    eventSender.keyDown(String.fromCharCode(0x001B), null);
    2230
    2331    // Select the text "wellcome home".
     
    3038    shouldBeEqualToString("window.getSelection().toString()", "wellcome home");
    3139
    32     // Context click to show the context menu.
    33     var x = destination.offsetParent.offsetLeft + destination.offsetLeft + 40;
    34     var y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
     40    // Context click on "wellcome home" to check its spell check suggestions.
     41    x = destination.offsetParent.offsetLeft + destination.offsetLeft + 40;
     42    y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
    3543    eventSender.mouseMoveTo(x, y);
    36     contextMenuElements = eventSender.contextClick();
     44    contextMenuItemsWithoutSpellingSuggestions = eventSender.contextClick();
    3745    // Esc key to hide the context menu.
    3846    eventSender.keyDown(String.fromCharCode(0x001B), null);
     
    4149    shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");
    4250    shouldBeEqualToString("window.getSelection().toString()", "wellcome home");
    43     shouldBeEqualToString("contextMenuElements[contextMenuElements.length - 1]", "<separator>");
     51    shouldBeTrue("contextMenuItemsWithoutSpellingSuggestions < contextMenuItemsWithSpellingSuggestions");
    4452});
    4553
  • trunk/LayoutTests/editing/spelling/context-menu-suggestions-subword-selection-expected.txt

    r156900 r156901  
    1 Spelling should be disabled when user selects a part of misspelling. To test manually, type 'wellcome home.' select 'llco', and context-click on the selection. The test suceeds when the context menu has no spell check suggestions.
     1Spell check suggestions should not be populated when user selects a part of misspelling. To test manually, type 'wellcome home.' select 'llco', and context-click on the selection. The test suceeds when the context menu has no spell check suggestions.
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
     
    99PASS spellingMarkerRange.toString() is "wellcome"
    1010PASS window.getSelection().toString() is "llco"
    11 PASS contextMenuElements[contextMenuElements.length - 1] is "<separator>"
     11PASS contextMenuItemsWithoutSpellingSuggestions < contextMenuItemsWithSpellingSuggestions is true
    1212PASS successfullyParsed is true
    1313
  • trunk/LayoutTests/editing/spelling/context-menu-suggestions-subword-selection.html

    r156900 r156901  
    1212<script>
    1313
    14 description("Spelling should be disabled when user selects a part of misspelling. " +
    15             "To test manually, type 'wellcome home.' select 'llco', and context-click on the selection. " +
    16             "The test suceeds when the context menu has no spell check suggestions.");
     14description("Spell check suggestions should not be populated when user selects a part of misspelling. "
     15    + "To test manually, type 'wellcome home.' select 'llco', and context-click on the selection. "
     16    + "The test suceeds when the context menu has no spell check suggestions.");
    1717
    1818initSpellTest("destination", "wellcome home.", function(textNode) {
     
    2020    shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");
    2121    shouldBeEqualToString("window.getSelection().toString()", "");
     22
     23    // Context click on 'wellcome' to show the context menu.
     24    var x = destination.offsetParent.offsetLeft + destination.offsetLeft + 40;
     25    var y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
     26    eventSender.mouseMoveTo(x, y);
     27    contextMenuItemsWithSpellingSuggestions = eventSender.contextClick();
     28    // Esc key to hide the context menu.
     29    eventSender.keyDown(String.fromCharCode(0x001B), null);
    2230
    2331    // Select the text "llco".
     
    3442    var y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
    3543    eventSender.mouseMoveTo(x, y);
    36     contextMenuElements = eventSender.contextClick();
     44    contextMenuItemsWithoutSpellingSuggestions = eventSender.contextClick();
    3745    // Esc key to hide the context menu.
    3846    eventSender.keyDown(String.fromCharCode(0x001B), null);
     
    4149    shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");
    4250    shouldBeEqualToString("window.getSelection().toString()", "llco");
    43     shouldBeEqualToString("contextMenuElements[contextMenuElements.length - 1]", "<separator>");
     51    shouldBeTrue("contextMenuItemsWithoutSpellingSuggestions < contextMenuItemsWithSpellingSuggestions");
    4452});
    4553
  • trunk/LayoutTests/editing/spelling/resources/util.js

    r148282 r156901  
    3434    internals.settings.setSelectTrailingWhitespaceEnabled(false);
    3535    internals.settings.setUnifiedTextCheckerEnabled(true);
    36     internals.settings.setEditingBehavior("win");
    3736
    3837    var destination = document.getElementById(testElementId);
  • trunk/LayoutTests/editing/spelling/spelling-changed-text-expected.txt

    r143668 r156901  
    1 Spellcheck should not crash after the text has changed and results are served from cache. To test manually, launch Chromium compiled with Address Sanitizer, enable 'Ask Google for Suggestions', type 'Spell wellcome. Is it broken?', delete the words 'Is it broken?', and context-click on the word 'wellcome'. The test succeeds when the browser does not crash and shows suggestions in the context menu.
     1WebKit should not crash after the text has changed and results are served from cache. To test manually, type 'Spell wellcome. Is it broken?', delete the words 'Is it broken?'. The test succeeds when WebKit does not crash and 'wellcome' has spelling marker.
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
     
    55
    66PASS window.getSelection().toString() is " Is it broken?"
     7PASS spellingMarkerRange.toString() is "wellcome"
    78PASS successfullyParsed is true
    89
  • trunk/LayoutTests/editing/spelling/spelling-changed-text.html

    r155276 r156901  
    1212<script>
    1313
    14 description("Spellcheck should not crash after the text has changed and results are served from cache."
    15     + " To test manually, launch Chromium compiled with Address Sanitizer, enable 'Ask Google for Suggestions', type 'Spell wellcome. Is it broken?', delete the words 'Is it broken?', and context-click on the word 'wellcome'."
    16     + " The test succeeds when the browser does not crash and shows suggestions in the context menu.");
     14description("WebKit should not crash after the text has changed and results are served from cache."
     15    + " To test manually, type 'Spell wellcome. Is it broken?', delete the words 'Is it broken?'."
     16    + " The test succeeds when WebKit does not crash and 'wellcome' has spelling marker.");
    1717
    1818initSpellTest("destination", "Spell wellcome. Is it broken?", function(textNode) {
     
    2727    eventSender.keyDown(String.fromCharCode(0x007F), null);
    2828
    29     // Context click to show the context menu.
    30     var x = destination.offsetParent.offsetLeft + destination.offsetLeft + 50;
    31     var y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
    32     eventSender.mouseMoveTo(x, y);
    33     contextMenuElements = eventSender.contextClick();
    34     // Esc key to hide the context menu.
    35     eventSender.keyDown(String.fromCharCode(0x001B), null);
     29    spellingMarkerRange = internals.markerRangeForNode(textNode, "spelling", 0);
     30    shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");
    3631
    3732    document.getElementById("destination").innerHTML = "";
  • trunk/LayoutTests/editing/spelling/spelling-double-clicked-word-expected.txt

    r148282 r156901  
    1 Spelling should work for double-clicked misspellings. To test manually, type 'wellcome home.', double-click on 'wellcome', and context-click on the selection. The test succeeds when the context menu shows spell check suggestions.
     1Spelling markers should remain for double-clicked misspellings. To test manually, type 'wellcome home.', double-click on 'wellcome'. The test succeeds when 'wellcome' remains spelling marker.
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
     
    66PASS spellingMarkerRange.toString() is "wellcome"
    77PASS window.getSelection().toString() is ""
    8 PASS window.getSelection().toString() is "wellcome"
    98PASS spellingMarkerRange.toString() is "wellcome"
    109PASS window.getSelection().toString() is "wellcome"
    1110PASS window.getSelection().toString() is ""
    12 PASS window.getSelection().toString() is "wellcome "
    1311PASS spellingMarkerRange.toString() is "wellcome"
    1412PASS window.getSelection().toString() is "wellcome "
  • trunk/LayoutTests/editing/spelling/spelling-double-clicked-word.html

    r155276 r156901  
    1212<script>
    1313
    14 description("Spelling should work for double-clicked misspellings. " +
    15             "To test manually, type 'wellcome home.', double-click on 'wellcome', and context-click on the selection. " +
    16             "The test succeeds when the context menu shows spell check suggestions.");
     14description("Spelling markers should remain for double-clicked misspellings. "
     15    + "To test manually, type 'wellcome home.', double-click on 'wellcome'. "
     16    + "The test succeeds when 'wellcome' remains spelling marker.");
    1717
    1818initSpellTest("destination", "wellcome home.", function(textNode) {
     
    3131    eventSender.mouseDown();
    3232    eventSender.mouseUp();
    33 
    34     shouldBeEqualToString("window.getSelection().toString()", "wellcome");
    35 
    36     // Context click on "wellcome" to show the context menu.
    37     x = destination.offsetParent.offsetLeft + destination.offsetLeft + 40;
    38     y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
    39     eventSender.mouseMoveTo(x, y);
    40     contextMenuElements = eventSender.contextClick();
    41     // Esc key to hide the context menu.
    42     eventSender.keyDown(String.fromCharCode(0x001B), null);
    4333
    4434    spellingMarkerRange = internals.markerRangeForNode(textNode, "spelling", 0);
     
    5949    eventSender.mouseDown();
    6050    eventSender.mouseUp();
    61     shouldBeEqualToString("window.getSelection().toString()", "wellcome ");
    62 
    63     // Context click on "wellcome " to show the context menu.
    64     x = destination.offsetParent.offsetLeft + destination.offsetLeft + 40;
    65     y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
    66     eventSender.mouseMoveTo(x, y);
    67     contextMenuElements = eventSender.contextClick();
    68     // Esc key to hide the context menu.
    69     eventSender.keyDown(String.fromCharCode(0x001B), null);
    7051
    7152    spellingMarkerRange = internals.markerRangeForNode(textNode, "spelling", 0);
  • trunk/LayoutTests/editing/spelling/spelling-exactly-selected-word-expected.txt

    r148282 r156901  
    1 Spelling should work when the user selects the misspelled word exactly. To test manually, type 'wellcome home.', select 'wellcome', and context-click on the selection. The test succeeds when the context menu shows spelling suggestions.
     1Spelling marker should remain when the user selects the misspelled word exactly. To test manually, type 'wellcome home.', select 'wellcome'. The test succeeds when 'wellcome' has spelling marker.
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
     
    88PASS window.getSelection().toString() is "wellcome"
    99PASS spellingMarkerRange.toString() is "wellcome"
    10 PASS window.getSelection().toString() is "wellcome"
    11 PASS window.getSelection().toString() is "home"
    12 PASS window.getSelection().toString() is "home"
    1310PASS successfullyParsed is true
    1411
  • trunk/LayoutTests/editing/spelling/spelling-exactly-selected-word.html

    r155276 r156901  
    1212<script>
    1313
    14 description("Spelling should work when the user selects the misspelled word exactly. " +
    15             "To test manually, type 'wellcome home.', select 'wellcome', and context-click on the selection. " +
    16             "The test succeeds when the context menu shows spelling suggestions.");
     14description("Spelling marker should remain when the user selects the misspelled word exactly. "
     15    + "To test manually, type 'wellcome home.', select 'wellcome'. "
     16    + "The test succeeds when 'wellcome' has spelling marker.");
    1717
    1818initSpellTest("destination", "wellcome home.", function(textNode) {
     
    3030    shouldBeEqualToString("window.getSelection().toString()", "wellcome");
    3131
    32     // Context click on "wellcome" to show the context menu.
    33     var x = destination.offsetParent.offsetLeft + destination.offsetLeft + 40;
    34     var y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
    35     eventSender.mouseMoveTo(x, y);
    36     // Esc key to hide the context menu.
    37     eventSender.keyDown(String.fromCharCode(0x001B), null);
    38 
    3932    spellingMarkerRange = internals.markerRangeForNode(textNode, "spelling", 0);
    4033    shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");
    41     shouldBeEqualToString("window.getSelection().toString()", "wellcome");
    42    
    43     // Select a correctly spelled word without surrounding whitespace or punctuation.
    44     wordRange.setStart(textNode, 9);
    45     wordRange.setEnd(textNode, 13);
    46     window.getSelection().removeAllRanges();
    47     window.getSelection().addRange(wordRange);
    48     shouldBeEqualToString("window.getSelection().toString()", "home");
    49 
    50     // Context click on "home" to show the context menu.
    51     var x = destination.offsetParent.offsetLeft + destination.offsetLeft + 80;
    52     var y = destination.offsetParent.offsetTop + destination.offsetTop + destination.offsetHeight / 2;
    53     eventSender.mouseMoveTo(x, y);
    54     // Esc key to hide the context menu.
    55     eventSender.keyDown(String.fromCharCode(0x001B), null);
    56 
    57     shouldBeEqualToString("window.getSelection().toString()", "home");
    5834});
    5935
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r156889 r156901  
    220220Bug(EFL) editing/spelling/spelling-marker-description.html [ Failure ]
    221221
    222 # WK2's contextClick() returns array of objects instead of strings.
     222# EFL's text checker doesn't support multi-word misspelling.
     223# Mac bug: https://bugs.webkit.org/show_bug.cgi?id=114470
    223224editing/spelling/spelling-exactly-selected-multiple-words.html [ Failure ]
    224 editing/spelling/spelling-multiword-selection.html [ Failure ]
    225225editing/spelling/spelling-should-select-multiple-words.html [ Failure ]
    226 editing/spelling/spelling-subword-selection.html [ Failure ]
    227226
    228227# Fails because MutationObservers are not notified at end-of-task.
  • trunk/LayoutTests/platform/gtk-wk2/TestExpectations

    r156892 r156901  
    157157
    158158# Spellcheck tests don't seem to work.
     159Bug(GTK) editing/spelling/context-menu-suggestions-multiword-selection.html [ Skip ]
     160Bug(GTK) editing/spelling/context-menu-suggestions-subword-selection.html [ Skip ]
    159161Bug(GTK) editing/spelling/spelling-backspace-between-lines.html [ Skip ]
    160162Bug(GTK) editing/spelling/design-mode-spellcheck-off.html [ Skip ]
     
    167169Bug(GTK) editing/spelling/spelling-hasspellingmarker.html [ Skip ]
    168170Bug(GTK) editing/spelling/spelling-linebreak.html [ Skip ]
    169 Bug(GTK) editing/spelling/spelling-multiword-selection.html [ Skip ]
    170171Bug(GTK) editing/spelling/spelling-should-select-multiple-words.html [ Skip ]
    171 Bug(GTK) editing/spelling/spelling-subword-selection.html [ Skip ]
    172172Bug(GTK) editing/spelling/spelling-with-punctuation-selection.html [ Skip ]
    173173Bug(GTK) editing/spelling/spelling-with-whitespace-selection.html [ Skip ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r156767 r156901  
    12251225
    12261226# Spellchecker behavior tests.
     1227webkit.org/b/108370 editing/spelling/context-menu-suggestions-multiword-selection.html [ Skip ]
     1228webkit.org/b/108370 editing/spelling/context-menu-suggestions-subword-selection.html [ Skip ]
    12271229webkit.org/b/108370 editing/spelling/spelling-double-clicked-word.html [ Skip ]
    12281230webkit.org/b/108370 editing/spelling/spelling-exactly-selected-multiple-words.html [ Skip ]
    12291231webkit.org/b/108370 editing/spelling/spelling-exactly-selected-word.html [ Skip ]
    1230 webkit.org/b/108370 editing/spelling/spelling-multiword-selection.html [ Skip ]
    12311232webkit.org/b/108370 editing/spelling/spelling-should-select-multiple-words.html [ Skip ]
    1232 webkit.org/b/108370 editing/spelling/spelling-subword-selection.html [ Skip ]
    12331233webkit.org/b/108370 editing/spelling/spelling-with-punctuation-selection.html [ Skip ]
    12341234webkit.org/b/108370 editing/spelling/spelling-with-whitespace-selection.html [ Skip ]
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r156844 r156901  
    116116
    117117# [WK2] [Mac] Spellcheck tests don't seem to work
     118webkit.org/b/105616 editing/spelling/context-menu-suggestions-multiword-selection.html
     119webkit.org/b/105616 editing/spelling/context-menu-suggestions-subword-selection.html
    118120webkit.org/b/105616 editing/inserting/inserting-slash-inside-url-with-smart-link.html
    119121webkit.org/b/105616 editing/spelling/spelling-changed-text.html
     
    128130webkit.org/b/105616 editing/spelling/spelling-hasspellingmarker.html
    129131webkit.org/b/105616 editing/spelling/spelling-linebreak.html
    130 webkit.org/b/105616 editing/spelling/spelling-multiword-selection.html
    131132webkit.org/b/105616 editing/spelling/spelling-should-select-multiple-words.html
    132 webkit.org/b/105616 editing/spelling/spelling-subword-selection.html
    133133webkit.org/b/105616 editing/spelling/spelling-with-punctuation-selection.html
    134134webkit.org/b/105616 editing/spelling/spelling-with-whitespace-selection.html
  • trunk/LayoutTests/platform/win/TestExpectations

    r156741 r156901  
    25552555
    25562556# Spellchecker behavior tests.
     2557webkit.org/b/108370 editing/spelling/context-menu-suggestions-multiword-selection.html
     2558webkit.org/b/108370 editing/spelling/context-menu-suggestions-subword-selection.html
    25572559webkit.org/b/108370 editing/spelling/spelling-double-clicked-word.html
    25582560webkit.org/b/108370 editing/spelling/spelling-exactly-selected-multiple-words.html
    25592561webkit.org/b/108370 editing/spelling/spelling-exactly-selected-word.html
    2560 webkit.org/b/108370 editing/spelling/spelling-multiword-selection.html
    25612562webkit.org/b/108370 editing/spelling/spelling-should-select-multiple-words.html
    2562 webkit.org/b/108370 editing/spelling/spelling-subword-selection.html
    25632563webkit.org/b/108370 editing/spelling/spelling-with-punctuation-selection.html
    25642564webkit.org/b/108370 editing/spelling/spelling-with-whitespace-selection.html
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r156692 r156901  
    29532953
    29542954# Spellchecker behavior tests.
     2955webkit.org/b/108370 editing/spelling/context-menu-suggestions-multiword-selection.html [ Skip ]
     2956webkit.org/b/108370 editing/spelling/context-menu-suggestions-subword-selection.html [ Skip ]
    29552957webkit.org/b/108370 editing/spelling/spelling-double-clicked-word.html [ Skip ]
    29562958webkit.org/b/108370 editing/spelling/spelling-exactly-selected-multiple-words.html [ Skip ]
    29572959webkit.org/b/108370 editing/spelling/spelling-exactly-selected-word.html [ Skip ]
    2958 webkit.org/b/108370 editing/spelling/spelling-multiword-selection.html [ Skip ]
    29592960webkit.org/b/108370 editing/spelling/spelling-should-select-multiple-words.html [ Skip ]
    2960 webkit.org/b/108370 editing/spelling/spelling-subword-selection.html [ Skip ]
    29612961webkit.org/b/108370 editing/spelling/spelling-with-punctuation-selection.html [ Skip ]
    29622962webkit.org/b/108370 editing/spelling/spelling-with-whitespace-selection.html [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.