Changeset 70500 in webkit


Ignore:
Timestamp:
Oct 25, 2010 4:03:26 PM (14 years ago)
Author:
rniwa@webkit.org
Message:

2010-10-25 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

execCommand removeFormat is blowing away text outside the selection
https://bugs.webkit.org/show_bug.cgi?id=21843

Added a test to ensure executing RemoveFormant command on an orphaned list item
does not remove non-orphaned list items preceding the orphaned item.

  • editing/execCommand/remove-format-orphaned-list-item-expected.txt: Added.
  • editing/execCommand/remove-format-orphaned-list-item.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70498 r70500  
     12010-10-25  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        execCommand removeFormat is blowing away text outside the selection
     6        https://bugs.webkit.org/show_bug.cgi?id=21843
     7
     8        Added a test to ensure executing RemoveFormant command on an orphaned list item
     9        does not remove non-orphaned list items preceding the orphaned item.
     10
     11        * editing/execCommand/remove-format-orphaned-list-item-expected.txt: Added.
     12        * editing/execCommand/remove-format-orphaned-list-item.html: Added.
     13
    1142010-10-25  Csaba Osztrogonác  <ossy@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.