Changeset 128079 in webkit


Ignore:
Timestamp:
Sep 10, 2012 11:06:39 AM (12 years ago)
Author:
jonlee@apple.com
Message:

[Tests] Move fast/notifications/notifications-double-show.html to http/tests/notifications
https://bugs.webkit.org/show_bug.cgi?id=95537
<rdar://problem/12213860>

Reviewed by Alexey Proskuryakov.

Calling show() multiple times should only call the ondisplay event handler once.

  • fast/notifications/notifications-double-show-expected.txt: Removed.
  • fast/notifications/notifications-double-show.html: Removed.
  • http/tests/notifications/legacy/double-show-expected.txt: Added.
  • http/tests/notifications/legacy/double-show.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128078 r128079  
     12012-08-31  Jon Lee  <jonlee@apple.com>
     2
     3        [Tests] Move fast/notifications/notifications-double-show.html to http/tests/notifications
     4        https://bugs.webkit.org/show_bug.cgi?id=95537
     5        <rdar://problem/12213860>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        Calling show() multiple times should only call the ondisplay event handler once.
     10
     11        * fast/notifications/notifications-double-show-expected.txt: Removed.
     12        * fast/notifications/notifications-double-show.html: Removed.
     13        * http/tests/notifications/legacy/double-show-expected.txt: Added.
     14        * http/tests/notifications/legacy/double-show.html: Added.
     15
    1162012-09-04  Robert Hogan  <robert@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.