Changeset 70003 in webkit


Ignore:
Timestamp:
Oct 18, 2010 3:29:33 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-18 Jia Pu <jpu@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.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69998 r70003  
     12010-10-18  Jia Pu  <jpu@apple.com>
     2
     3        Reviewed by Stephanie Lewis.
     4
     5        Correct the description of manual test: autocorrection-cancelled-by-typing-1.html
     6        https://bugs.webkit.org/show_bug.cgi?id=47722
     7        <rdar://problem/8556206>
     8
     9        * manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html: Update description
     10          to match the test content.
     11
    1122010-10-18  Martin Robinson  <mrobinson@igalia.com>
    213
  • trunk/WebCore/manual-tests/autocorrection/autocorrection-cancelled-by-typing-1.html

    r69841 r70003  
    4141</script>
    4242
    43 <title>Autocorrection Cancellation Test</title>
     43<title>Autocorrection Cancellation By Typing Test</title>
    4444</head>
    4545<body>
    46 <div>This test verifies that continuing typing dismisses autocorrection panel that has been previously
    47 shown. You should see phrase 'the notational', in which the word 'notational' has blue underline.</div>
     46<div>This test verifies that autocorrection behaves correctly when continuing typing in a word on
     47which 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>
    4848<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>
    4949<div contenteditable id="root" class="editing">
Note: See TracChangeset for help on using the changeset viewer.