Changeset 84817 in webkit


Ignore:
Timestamp:
Apr 25, 2011 3:56:14 PM (13 years ago)
Author:
dbates@webkit.org
Message:

2011-04-25 Daniel Bates <dbates@webkit.org>

Reviewed by Sam Weinig.

Convert LayoutTests/fast/events/onloadFrameCrash.html from pixel test to text-based test
https://bugs.webkit.org/show_bug.cgi?id=59362

  • fast/events/onloadFrameCrash-expected.txt: Added.
  • fast/events/onloadFrameCrash.html: Modified to dump as text.
  • platform/gtk/fast/events/onloadFrameCrash-expected.png: Removed.
  • platform/gtk/fast/events/onloadFrameCrash-expected.txt: Removed.
  • platform/mac/fast/events/onloadFrameCrash-expected.png: Removed.
  • platform/mac/fast/events/onloadFrameCrash-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84809 r84817  
     12011-04-25  Daniel Bates  <dbates@webkit.org>
     2
     3        Reviewed by Sam Weinig.
     4
     5        Convert LayoutTests/fast/events/onloadFrameCrash.html from pixel test to text-based test
     6        https://bugs.webkit.org/show_bug.cgi?id=59362
     7
     8        * fast/events/onloadFrameCrash-expected.txt: Added.
     9        * fast/events/onloadFrameCrash.html: Modified to dump as text.
     10        * platform/gtk/fast/events/onloadFrameCrash-expected.png: Removed.
     11        * platform/gtk/fast/events/onloadFrameCrash-expected.txt: Removed.
     12        * platform/mac/fast/events/onloadFrameCrash-expected.png: Removed.
     13        * platform/mac/fast/events/onloadFrameCrash-expected.txt: Removed.
     14
    1152011-04-25  Dan Bernstein  <mitz@apple.com>
    216
  • trunk/LayoutTests/fast/events/onloadFrameCrash.html

    r11995 r84817  
     1<script>
     2if (window.layoutTestController) {
     3    layoutTestController.dumpAsText();
     4    layoutTestController.dumpChildFramesAsText();
     5}
     6</script>
     7<!-- This test PASSED if we don't crash. -->
    18<body onload="document.body.style.display = 'none'"><iframe src="_self"></iframe>This is the text</body>
Note: See TracChangeset for help on using the changeset viewer.