Changeset 88301 in webkit


Ignore:
Timestamp:
Jun 7, 2011 5:50:27 PM (13 years ago)
Author:
tkent@chromium.org
Message:

2011-06-07 Kent Tamura <tkent@chromium.org>

Reviewed by Ryosuke Niwa.

Convert fast/forms/thumbslider-crash.html to dumpAsText
https://bugs.webkit.org/show_bug.cgi?id=62195

  • fast/forms/thumbslider-crash-expected.txt: Added.
  • fast/forms/thumbslider-crash.html:
  • platform/chromium-linux/fast/forms/thumbslider-crash-expected.png: Removed.
  • platform/chromium-win/fast/forms/thumbslider-crash-expected.png: Removed.
  • platform/chromium-win/fast/forms/thumbslider-crash-expected.txt: Removed.
  • platform/gtk/fast/forms/thumbslider-crash-expected.png: Removed.
  • platform/gtk/fast/forms/thumbslider-crash-expected.txt: Removed.
  • platform/mac-leopard/fast/forms/thumbslider-crash-expected.png: Removed.
  • platform/mac/fast/forms/thumbslider-crash-expected.png: Removed.
  • platform/mac/fast/forms/thumbslider-crash-expected.txt: Removed.
  • platform/qt/fast/forms/thumbslider-crash-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 added
9 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r88296 r88301  
     12011-06-07  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Ryosuke Niwa.
     4
     5        Convert fast/forms/thumbslider-crash.html to dumpAsText
     6        https://bugs.webkit.org/show_bug.cgi?id=62195
     7
     8        * fast/forms/thumbslider-crash-expected.txt: Added.
     9        * fast/forms/thumbslider-crash.html:
     10        * platform/chromium-linux/fast/forms/thumbslider-crash-expected.png: Removed.
     11        * platform/chromium-win/fast/forms/thumbslider-crash-expected.png: Removed.
     12        * platform/chromium-win/fast/forms/thumbslider-crash-expected.txt: Removed.
     13        * platform/gtk/fast/forms/thumbslider-crash-expected.png: Removed.
     14        * platform/gtk/fast/forms/thumbslider-crash-expected.txt: Removed.
     15        * platform/mac-leopard/fast/forms/thumbslider-crash-expected.png: Removed.
     16        * platform/mac/fast/forms/thumbslider-crash-expected.png: Removed.
     17        * platform/mac/fast/forms/thumbslider-crash-expected.txt: Removed.
     18        * platform/qt/fast/forms/thumbslider-crash-expected.txt: Removed.
     19
    1202011-06-07  James Simonsen  <simonjam@chromium.org>
    221
  • trunk/LayoutTests/fast/forms/thumbslider-crash.html

    r23840 r88301  
    66</head>
    77<body>
    8     If this test does not crash it has passed: http://bugs.webkit.org/show_bug.cgi?id=12045
     8PASS If this test does not crash. http://bugs.webkit.org/show_bug.cgi?id=12045
     9<script>
     10if (window.layoutTestController)
     11    layoutTestController.dumpAsText();
     12</script>
    913</body>
    1014</html>
Note: See TracChangeset for help on using the changeset viewer.