Changeset 50813 in webkit


Ignore:
Timestamp:
Nov 11, 2009 9:51:01 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-11 Yuta Kitamura <yutak@chromium.org>

Reviewed by Eric Seidel.

Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.

This test checks if the browser crashes after some operations. It doesn't test
any other interesting features, so we can safely make it a dumpAsText test.

https://bugs.webkit.org/show_bug.cgi?id=31335

  • fast/inline/dirtyLinesForInline-expected.txt: Added.
  • fast/inline/dirtyLinesForInline.html: Added dumpAsText().
  • platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
  • platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
  • platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r50809 r50813  
     12009-11-11  Yuta Kitamura  <yutak@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
     6       
     7        This test checks if the browser crashes after some operations. It doesn't test
     8        any other interesting features, so we can safely make it a dumpAsText test.
     9       
     10        https://bugs.webkit.org/show_bug.cgi?id=31335
     11
     12        * fast/inline/dirtyLinesForInline-expected.txt: Added.
     13        * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
     14        * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
     15        * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
     16        * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
     17
    1182009-11-11  Eric Z. Ayers  <zundel@google.com>
    219
  • trunk/LayoutTests/fast/inline/dirtyLinesForInline.html

    r13662 r50813  
    2929<script>
    3030        if (window.layoutTestController) {
     31            layoutTestController.dumpAsText();
    3132            layoutTestController.waitUntilDone();
    3233            if (window.eventSender) {
Note: See TracChangeset for help on using the changeset viewer.