Changeset 70431 in webkit


Ignore:
Timestamp:
Oct 24, 2010 7:29:53 PM (13 years ago)
Author:
tkent@chromium.org
Message:

2010-10-24 Kent Tamura <tkent@chromium.org>

Reviewed by David Kilzer.

Remove unnecessary test results.
https://bugs.webkit.org/show_bug.cgi?id=47711

The following tests were converted to dumpAsText() in
http://trac.webkit.org/changeset/47608. So corresponding PNG files
are unnecessary.

  • editing/execCommand/italicizeByCharacter.html
  • editing/execCommand/modifyForeColorByCharacter.html
  • editing/execCommand/strikethroughSelection.html

The following tests were converted to dumpAsText() in
http://trac.webkit.org/changeset/47543.

  • editing/style/remove-underline-across-paragraph.html
  • editing/style/remove-underline-across-paragraph-in-bold.html

The following tests were converted to dumpAsText() in
http://trac.webkit.org/changeset/47542.

  • editing/style/remove-underline-after-paragraph.html
  • editing/style/remove-underline-after-paragraph-in-bold.html
  • platform/mac/editing/execCommand/italicizeByCharacter-expected.png: Removed.
  • platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png: Removed.
  • platform/mac/editing/execCommand/strikethroughSelection-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-across-paragraph-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-after-paragraph-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png: Removed.
Location:
trunk/LayoutTests
Files:
7 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70429 r70431  
     12010-10-24  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by David Kilzer.
     4
     5        Remove unnecessary test results.
     6        https://bugs.webkit.org/show_bug.cgi?id=47711
     7       
     8        The following tests were converted to dumpAsText() in
     9        http://trac.webkit.org/changeset/47608. So corresponding PNG files
     10        are unnecessary.
     11         - editing/execCommand/italicizeByCharacter.html
     12         - editing/execCommand/modifyForeColorByCharacter.html
     13         - editing/execCommand/strikethroughSelection.html
     14
     15        The following tests were converted to dumpAsText() in
     16        http://trac.webkit.org/changeset/47543.
     17         - editing/style/remove-underline-across-paragraph.html
     18         - editing/style/remove-underline-across-paragraph-in-bold.html
     19
     20        The following tests were converted to dumpAsText() in
     21        http://trac.webkit.org/changeset/47542.
     22         - editing/style/remove-underline-after-paragraph.html
     23         - editing/style/remove-underline-after-paragraph-in-bold.html
     24
     25        * platform/mac/editing/execCommand/italicizeByCharacter-expected.png: Removed.
     26        * platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png: Removed.
     27        * platform/mac/editing/execCommand/strikethroughSelection-expected.png: Removed.
     28        * platform/mac/editing/style/remove-underline-across-paragraph-expected.png: Removed.
     29        * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png: Removed.
     30        * platform/mac/editing/style/remove-underline-after-paragraph-expected.png: Removed.
     31        * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png: Removed.
     32
    1332010-10-22  MORITA Hajime  <morrita@google.com>
    234
Note: See TracChangeset for help on using the changeset viewer.