Changeset 127362 in webkit


Ignore:
Timestamp:
Sep 1, 2012 12:38:12 AM (12 years ago)
Author:
jonlee@apple.com
Message:

[Tests] Move fast/notifications/notifications-event-listener-crash.html to http/tests/notifications
https://bugs.webkit.org/show_bug.cgi?id=95535
<rdar://problem/12213781>

Reviewed by Jessie Berlin.

This test is among a few that are being migrated from fast/notifications to http/tests/notifications because of permissions.
Since most notifications tests will involve permissions, it is easier to have all of them consolidated in the same directory.

This test has been slightly modified to take advantage of the new testRunner notifications API. The test itself also does not
need to be protected within the window.testRunner check since it does not use that object.

  • fast/notifications/notifications-event-listener-crash-expected.txt: Removed.
  • fast/notifications/notifications-event-listener-crash.html: Removed.
  • http/tests/notifications/event-listener-crash-expected.txt: Added.
  • http/tests/notifications/event-listener-crash.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r127359 r127362  
     12012-08-31  Jon Lee  <jonlee@apple.com>
     2
     3        [Tests] Move fast/notifications/notifications-event-listener-crash.html to http/tests/notifications
     4        https://bugs.webkit.org/show_bug.cgi?id=95535
     5        <rdar://problem/12213781>
     6
     7        Reviewed by Jessie Berlin.
     8
     9        This test is among a few that are being migrated from fast/notifications to http/tests/notifications because of permissions.
     10        Since most notifications tests will involve permissions, it is easier to have all of them consolidated in the same directory.
     11
     12        This test has been slightly modified to take advantage of the new testRunner notifications API. The test itself also does not
     13        need to be protected within the window.testRunner check since it does not use that object.
     14
     15        * fast/notifications/notifications-event-listener-crash-expected.txt: Removed.
     16        * fast/notifications/notifications-event-listener-crash.html: Removed.
     17        * http/tests/notifications/event-listener-crash-expected.txt: Added.
     18        * http/tests/notifications/event-listener-crash.html: Added.
     19
    1202012-08-31  Kent Tamura  <tkent@chromium.org>
    221
Note: See TracChangeset for help on using the changeset viewer.