Changeset 50626 in webkit


Ignore:
Timestamp:
Nov 8, 2009 11:09:41 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-08 Shu Chang <Chang.Shu@nokia.com>

Reviewed by Holger Freyther.

Update texts in test description after test case change in r50579.
https://bugs.webkit.org/show_bug.cgi?id=31122

  • editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
  • editing/selection/shrink-selection-after-shift-pagedown.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r50623 r50626  
     12009-11-08  Shu Chang  <Chang.Shu@nokia.com>
     2
     3        Reviewed by Holger Freyther.
     4
     5        Update texts in test description after test case change in r50579.
     6        https://bugs.webkit.org/show_bug.cgi?id=31122
     7
     8        * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
     9        * editing/selection/shrink-selection-after-shift-pagedown.html:
     10
    1112009-11-08  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown-expected.txt

    r50165 r50626  
    11This tests shrinking a selection with shift-up after extending it with shift-PageDown.
    22
    3 This test does not run interactively. It uses the event sender to do mouse clicks. To run it manually, press shift-PagDown. Then press shift-up. The selection should only include the lines with "YES".
     3This test does not run interactively. It uses the event sender to do mouse clicks. To run it manually, press shift-PagDown. Then press shift-up. The selection should shrink by one line from the bottom after shift-up.
    44
    55
  • trunk/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html

    r50579 r50626  
    3333    It uses the event sender to do mouse clicks.
    3434    To run it manually, press shift-PagDown.  Then press shift-up.
    35     The selection should only include the lines with "YES".
     35    The selection should shrink by one line from the bottom after shift-up.
    3636</p>
    3737<textarea rows=10 id="ta">
Note: See TracChangeset for help on using the changeset viewer.