Title: [121385] trunk/LayoutTests
Revision
121385
Author
jp...@apple.com
Date
2012-06-27 16:50:13 -0700 (Wed, 27 Jun 2012)

Log Message

[Mac] Fix test expectation introduced in r121299

Unreviewed.

* platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (121384 => 121385)


--- trunk/LayoutTests/ChangeLog	2012-06-27 23:49:47 UTC (rev 121384)
+++ trunk/LayoutTests/ChangeLog	2012-06-27 23:50:13 UTC (rev 121385)
@@ -1,3 +1,11 @@
+2012-06-27  Jeffrey Pfau  <jp...@apple.com>
+
+        [Mac] Fix test expectation introduced in r121299
+
+        Unreviewed.
+
+        * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
+
 2012-06-27  Alpha Lam  <hc...@chromium.org>
 
         [chromium] Rebase image mismatch caused by 121371.

Modified: trunk/LayoutTests/platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt (121384 => 121385)


--- trunk/LayoutTests/platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt	2012-06-27 23:49:47 UTC (rev 121384)
+++ trunk/LayoutTests/platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt	2012-06-27 23:50:13 UTC (rev 121385)
@@ -1,4 +1,5 @@
-This test checks that markers are correct when auto correcting in the blockquote. If you type "n" and " ", there should be blue dots under information, but is off by one.
+This test checks that markers are correct when auto correcting in the blockquote. If you type "n" and " ", there should be blue dots under information, but is off by one. 
+Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'notational' as the correct spelling of 'notationl' several times, the spell checker will not provide 'information' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.
 
 PASS internals.hasAutocorrectedMarker(document, 0, 1) is true
 PASS successfullyParsed is true
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to