Changeset 54478 in webkit


Ignore:
Timestamp:
Feb 8, 2010 3:04:37 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-08 Tony Chang <tony@chromium.org>

Reviewed by Darin Adler.

Convert editing/execCommand/indent-paragraphs.html to use dumpAsText.
The test copies HTML to the text output, so it doesn't really need
to dump the render tree.

The test was added in r49985, but didn't include pixel results.
https://bugs.webkit.org/show_bug.cgi?id=34625

  • platform/mac/editing/execCommand/indent-paragraphs-expected.txt: Modified.
Location:
trunk/LayoutTests
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r54475 r54478  
     12010-02-08  Tony Chang  <tony@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Convert editing/execCommand/indent-paragraphs.html to use dumpAsText.
     6        The test copies HTML to the text output, so it doesn't really need
     7        to dump the render tree.
     8
     9        The test was added in r49985, but didn't include pixel results.
     10        https://bugs.webkit.org/show_bug.cgi?id=34625
     11
     12        * platform/mac/editing/execCommand/indent-paragraphs-expected.txt: Modified.
     13
    1142010-02-07  Tony Chang  <tony@chromium.org>
    215
  • trunk/LayoutTests/editing/execCommand/indent-paragraphs.html

    r49985 r54478  
    1919
    2020<script type="text/javascript">
     21if (window.layoutTestController)
     22    window.layoutTestController.dumpAsText();
     23
    2124function editingTest()
    2225{
Note: See TracChangeset for help on using the changeset viewer.