Changeset 66743 in webkit


Ignore:
Timestamp:
Sep 3, 2010 11:21:40 AM (14 years ago)
Author:
rniwa@webkit.org
Message:

2010-09-03 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Kent Tamura.

Can't unbold bolded list item when list is surrounded by <b> tag
https://bugs.webkit.org/show_bug.cgi?id=25086

Added a regression test for the bug because the bug has been fixed by http://trac.webkit.org/changeset/66324.
The test ensures WebKit removes implicitly styled element such as b around list element
when style is toggled inside the list.

  • editing/style/push-down-implicit-styles-around-list-expected.txt: Added.
  • editing/style/push-down-implicit-styles-around-list.html: Added.
  • editing/style/script-tests/push-down-implicit-styles-around-list.js: Added. (testSingleToggle): (selectAll): (selectTest): (selectFirstWord): (selectSecondWord): (selectLastTwoWords):
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r66740 r66743  
     12010-09-03  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Kent Tamura.
     4
     5        Can't unbold bolded list item when list is surrounded by <b> tag
     6        https://bugs.webkit.org/show_bug.cgi?id=25086
     7
     8        Added a regression test for the bug because the bug has been fixed by http://trac.webkit.org/changeset/66324.
     9        The test ensures WebKit removes implicitly styled element such as b around list element
     10        when style is toggled inside the list.
     11
     12        * editing/style/push-down-implicit-styles-around-list-expected.txt: Added.
     13        * editing/style/push-down-implicit-styles-around-list.html: Added.
     14        * editing/style/script-tests/push-down-implicit-styles-around-list.js: Added.
     15        (testSingleToggle):
     16        (selectAll):
     17        (selectTest):
     18        (selectFirstWord):
     19        (selectSecondWord):
     20        (selectLastTwoWords):
     21
    1222010-09-03  Dan Bernstein  <mitz@apple.com>
    223
Note: See TracChangeset for help on using the changeset viewer.