[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:44:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6a531ecfbb20899df034960b4f8c35337d906eba
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 22:29:33 2010 +0000

    2010-10-18  Jia Pu  <jpu at apple.com>
    
            Reviewed by Stephanie Lewis.
    
            Correct the description of manual test: autocorrection-cancelled-by-typing-1.html
            https://bugs.webkit.org/show_bug.cgi?id=47722
            <rdar://problem/8556206>
    
            * manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html: Update description
              to match the test content.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70003 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 096561e..b85ec3a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-18  Jia Pu  <jpu at apple.com>
+
+        Reviewed by Stephanie Lewis.
+
+        Correct the description of manual test: autocorrection-cancelled-by-typing-1.html
+        https://bugs.webkit.org/show_bug.cgi?id=47722
+        <rdar://problem/8556206>
+
+        * manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html: Update description
+          to match the test content.
+
 2010-10-18  Martin Robinson  <mrobinson at igalia.com>
 
         Build fix for newer versions of GTK+ 2.0. Instead of using GDK_DISPLAY()
diff --git a/WebCore/manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html b/WebCore/manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html
index 49cbca2..9637195 100644
--- a/WebCore/manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html
+++ b/WebCore/manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html
@@ -40,11 +40,11 @@ function editingTest() {
 
 </script>
 
-<title>Autocorrection Cancellation Test</title>
+<title>Autocorrection Cancellation By Typing Test</title>
 </head>
 <body>
-<div>This test verifies that continuing typing dismisses autocorrection panel that has been previously 
-shown. You should see phrase 'the notational', in which the word 'notational' has blue underline.</div>
+<div>This test verifies that autocorrection behaves correctly when continuing typing in a word on 
+which autocorrection panel is hown. You should see correction panel showing 'collapse' after 'collaps' is entered. And after a pause, phrase 'the collapsing' is shown without underline.</div>
 <p  style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'collapse' as the correct spelling of 'collaps' several times, the spell checker will not provide 'collapse' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.</p>
 <div contenteditable id="root" class="editing">
 <span id="test"></span>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list