Changeset 148532 in webkit


Ignore:
Timestamp:
Apr 16, 2013 11:59:40 AM (11 years ago)
Author:
jochen@chromium.org
Message:

Flaky Test: http/tests/security/cookies/third-party-cookie-blocking-user-action.html
https://bugs.webkit.org/show_bug.cgi?id=114511

Clear the test cookie at the beginning of the test to avoid failing if
the cookie is still around from a previous test.

Reviewed by Alexey Proskuryakov.

  • http/tests/security/cookies/third-party-cookie-blocking-user-action.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r148523 r148532  
     12013-04-16  Jochen Eisinger  <jochen@chromium.org>
     2
     3        Flaky Test: http/tests/security/cookies/third-party-cookie-blocking-user-action.html
     4        https://bugs.webkit.org/show_bug.cgi?id=114511
     5
     6        Clear the test cookie at the beginning of the test to avoid failing if
     7        the cookie is still around from a previous test.
     8
     9        Reviewed by Alexey Proskuryakov.
     10
     11        * http/tests/security/cookies/third-party-cookie-blocking-user-action.html:
     12
    1132013-04-16  Robert Hogan  <robert@webkit.org>
    214
  • trunk/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-user-action.html

    r120174 r148532  
    33<title>Checks that a user generated POST request does not circumvent third-party cookie rules</title>
    44<script>
     5document.cookie = "test_cookie=0; path=/; expires=Thu, 01-Jan-1970 00:00:01 GMT";
     6
    57if (window.testRunner) {
    68    testRunner.waitUntilDone();
Note: See TracChangeset for help on using the changeset viewer.