Title: [182667] trunk/LayoutTests
Revision
182667
Author
a...@apple.com
Date
2015-04-11 22:12:40 -0700 (Sat, 11 Apr 2015)

Log Message

editing/spelling/spelling-marker-description.html times out on Mac
https://bugs.webkit.org/show_bug.cgi?id=143639

Reviewed by Darin Adler.

* editing/spelling/spelling-marker-description-expected.txt:
* editing/spelling/spelling-marker-description.html:
Changed the test to match reality.

* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Removed expectations.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (182666 => 182667)


--- trunk/LayoutTests/ChangeLog	2015-04-12 05:05:18 UTC (rev 182666)
+++ trunk/LayoutTests/ChangeLog	2015-04-12 05:12:40 UTC (rev 182667)
@@ -1,3 +1,18 @@
+2015-04-11  Alexey Proskuryakov  <a...@apple.com>
+
+        editing/spelling/spelling-marker-description.html times out on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=143639
+
+        Reviewed by Darin Adler.
+
+        * editing/spelling/spelling-marker-description-expected.txt:
+        * editing/spelling/spelling-marker-description.html:
+        Changed the test to match reality.
+
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+        Removed expectations.
+
 2015-04-11  Gyuyoung Kim  <gyuyoung....@webkit.org>
 
         [EFL] Unskip media test on EFL port

Modified: trunk/LayoutTests/editing/spelling/spelling-marker-description-expected.txt (182666 => 182667)


--- trunk/LayoutTests/editing/spelling/spelling-marker-description-expected.txt	2015-04-12 05:05:18 UTC (rev 182666)
+++ trunk/LayoutTests/editing/spelling/spelling-marker-description-expected.txt	2015-04-12 05:12:40 UTC (rev 182667)
@@ -1,10 +1,10 @@
-The spellchecker should store replacement text in each marker.
+The spellchecker should add a spelling marker.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS internals.markerDescriptionForNode(destination.firstChild, "spelling", 0) became "welcome"
+PASS internals.markerDescriptionForNode(destination.firstChild, "spelling", 0) became ""
 PASS successfullyParsed is true
 
 TEST COMPLETE
-wellcome.
+weicome.

Modified: trunk/LayoutTests/editing/spelling/spelling-marker-description.html (182666 => 182667)


--- trunk/LayoutTests/editing/spelling/spelling-marker-description.html	2015-04-12 05:05:18 UTC (rev 182666)
+++ trunk/LayoutTests/editing/spelling/spelling-marker-description.html	2015-04-12 05:12:40 UTC (rev 182667)
@@ -19,13 +19,13 @@
     var sel = window.getSelection();
     var destination = document.getElementById("destination");
     destination.focus();
-    document.execCommand("InsertHTML", false, "wellcome");
+    document.execCommand("InsertHTML", false, "weicome");
     document.execCommand("InsertText", false, ".");
 
-    shouldBecomeEqualToString('internals.markerDescriptionForNode(destination.firstChild, "spelling", 0)', 'welcome', finishJSTest);
+    shouldBecomeEqualToString('internals.markerDescriptionForNode(destination.firstChild, "spelling", 0)', '', finishJSTest);
 }
 
-description("The spellchecker should store replacement text in each marker.");
+description("The spellchecker should add a spelling marker.");
 if (window.internals)
     test();
 

Modified: trunk/LayoutTests/platform/mac/TestExpectations (182666 => 182667)


--- trunk/LayoutTests/platform/mac/TestExpectations	2015-04-12 05:05:18 UTC (rev 182666)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2015-04-12 05:12:40 UTC (rev 182667)
@@ -212,9 +212,6 @@
 fast/events/drag-dataTransferItemList.html
 fast/events/drag-dataTransferItemList-file-handling.html
 
-# Replacement text for misspelling is not given from NSSpellChecker.
-webkit.org/b/77934 editing/spelling/spelling-marker-description.html [ Timeout ]
-
 # Custom MIME type support in DataTransfer is not yet implemented.
 editing/pasteboard/clipboard-customData.html
 fast/events/drag-customData.html

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (182666 => 182667)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2015-04-12 05:05:18 UTC (rev 182666)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2015-04-12 05:12:40 UTC (rev 182667)
@@ -266,12 +266,9 @@
 editing/spelling/inline-spelling-markers.html [ Skip ]
 editing/spelling/inline-spelling-markers-hidpi.html [ Skip ]
 editing/spelling/spellcheck-async-mutation.html [ Skip ]
-editing/spelling/spellcheck-async-remove-frame.html [ Skip ]
 editing/spelling/spellcheck-async.html [ Skip ]
 editing/spelling/spellcheck-queue.html [ Skip ]
-editing/spelling/spellcheck-sequencenum.html [ Skip ]
 editing/spelling/spelling-insert-html.html [ Skip ]
-editing/spelling/spelling-marker-description.html [ Skip ]
 
 ### END OF (2) Classified failures without bug reports (yet)
 ########################################
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to