Changeset 252149 in webkit


Ignore:
Timestamp:
Nov 6, 2019 2:21:20 PM (4 years ago)
Author:
Truitt Savell
Message:

Unreviewed, rolling out r252138.

Caused 8 http/tests/cookies/same-site/ to fail

Reverted changeset:

"Update SameSite tests for new semantics for empty and invalid
SameSite attribute"
https://bugs.webkit.org/show_bug.cgi?id=203755
https://trac.webkit.org/changeset/252138

Location:
trunk/LayoutTests
Files:
21 added
14 edited
20 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r252147 r252149  
     12019-11-06  Truitt Savell  <tsavell@apple.com>
     2
     3        Unreviewed, rolling out r252138.
     4
     5        Caused 8 http/tests/cookies/same-site/ to fail
     6
     7        Reverted changeset:
     8
     9        "Update SameSite tests for new semantics for empty and invalid
     10        SameSite attribute"
     11        https://bugs.webkit.org/show_bug.cgi?id=203755
     12        https://trac.webkit.org/changeset/252138
     13
    1142019-11-06  Peng Liu  <peng.liu6@apple.com>
    215
  • trunk/LayoutTests/http/tests/cookies/same-site/fetch-after-navigating-iframe-in-cross-origin-page-expected.txt

    r252138 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 6.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 6.
     13PASS Do not have cookie "implicit-strict".
     14PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1515PASS Do not have cookie "lax".
    1616
    1717Cookies visible in DOM:
    1818PASS Do not have DOM cookie "strict".
    19 PASS Has DOM cookie "implicit-strict" with value 6.
    20 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 6.
     19PASS Do not have DOM cookie "implicit-strict".
     20PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    2121PASS Do not have DOM cookie "lax".
    2222PASS successfullyParsed is true
  • trunk/LayoutTests/http/tests/cookies/same-site/fetch-after-top-level-cross-origin-redirect-expected.txt

    r252138 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 19.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 19.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 19.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 19.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 19.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 19.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/http/tests/cookies/same-site/fetch-after-top-level-navigation-from-cross-origin-page-expected.txt

    r252138 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 5.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 5.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 5.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 5.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 5.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 5.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/http/tests/cookies/same-site/fetch-after-top-level-navigation-initiated-from-iframe-in-cross-origin-page-expected.txt

    r252138 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 4.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 4.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 4.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 4.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 4.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 4.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/http/tests/cookies/same-site/fetch-in-cross-origin-service-worker-expected.txt

    r252138 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 10.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 10.
     13PASS Do not have cookie "implicit-strict".
     14PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1515PASS Do not have cookie "lax".
    1616
  • trunk/LayoutTests/http/tests/cookies/same-site/popup-cross-site-post.html

    r252138 r252149  
    1717        window.addEventListener("message", t.step_func_done(e => {
    1818            assert_equals(e.data.http[STRICT_DOM], undefined, "strict");
    19             assert_equals(e.data.http[IMPLICIT_STRICT_DOM], "1", "implicit-strict");
    20             assert_equals(e.data.http[STRICT_BECAUSE_INVALID_SAMESITE_VALUE], "1", "strict-because-invalid-SameSite-value");
     19            assert_equals(e.data.http[IMPLICIT_STRICT_DOM], undefined, "implicit-strict");
     20            assert_equals(e.data.http[STRICT_BECAUSE_INVALID_SAMESITE_VALUE], undefined, "strict-because-invalid-SameSite-value");
    2121            assert_equals(e.data.http[LAX_DOM], undefined, "lax");
    2222            assert_equals(e.data.http[NORMAL_DOM], "1", "normal");
    23             assert_equals(normalizeCookie(e.data.document), normalizeCookie(IMPLICIT_STRICT_DOM + "=1; " + LAX_DOM + "=1; " + NORMAL_DOM + "=1; " + STRICT_BECAUSE_INVALID_SAMESITE_VALUE + "=1"));
     23            assert_equals(normalizeCookie(e.data.document), normalizeCookie(LAX_DOM + "=1; " + NORMAL_DOM + "=1"));
    2424            e.source.close();
    2525        }));
  • trunk/LayoutTests/http/tests/cookies/same-site/popup-cross-site.html

    r252138 r252149  
    1616        window.addEventListener("message", t.step_func_done(e => {
    1717            assert_equals(e.data.http[STRICT_DOM], undefined, "strict");
    18             assert_equals(e.data.http[IMPLICIT_STRICT_DOM], "1", "implicit-strict");
    19             assert_equals(e.data.http[STRICT_BECAUSE_INVALID_SAMESITE_VALUE], "1", "strict-because-invalid-SameSite-value");
     18            assert_equals(e.data.http[IMPLICIT_STRICT_DOM], undefined, "implicit-strict");
     19            assert_equals(e.data.http[STRICT_BECAUSE_INVALID_SAMESITE_VALUE], undefined, "strict-because-invalid-SameSite-value");
    2020            assert_equals(e.data.http[LAX_DOM], "1", "lax");
    2121            assert_equals(e.data.http[NORMAL_DOM], "1", "normal");
    22             assert_equals(normalizeCookie(e.data.document), normalizeCookie(IMPLICIT_STRICT_DOM + "=1; " + LAX_DOM + "=1; " + NORMAL_DOM + "=1; " + STRICT_BECAUSE_INVALID_SAMESITE_VALUE + "=1"));
     22            assert_equals(normalizeCookie(e.data.document), normalizeCookie(LAX_DOM + "=1; " + NORMAL_DOM + "=1"));
    2323        }));
    2424    }, "'127.0.0.1' is not same-site with 'localhost', so strict samesite cookies are not sent.");
  • trunk/LayoutTests/http/tests/cookies/same-site/popup-same-site-via-cross-site-redirect.html

    r252138 r252149  
    1414    window.addEventListener("message", t.step_func_done(e => {
    1515        assert_equals(e.data.http[STRICT_DOM], undefined, "strict");
    16         assert_equals(e.data.http[IMPLICIT_STRICT_DOM], "1", "implicit-strict");
    17         assert_equals(e.data.http[STRICT_BECAUSE_INVALID_SAMESITE_VALUE], "1", "strict-because-invalid-SameSite-value");
     16        assert_equals(e.data.http[IMPLICIT_STRICT_DOM], undefined, "implicit-strict");
     17        assert_equals(e.data.http[STRICT_BECAUSE_INVALID_SAMESITE_VALUE], undefined, "strict-because-invalid-SameSite-value");
    1818        assert_equals(e.data.http[LAX_DOM], "1", "lax");
    1919        assert_equals(e.data.http[NORMAL_DOM], "1", "normal");
    20         assert_equals(normalizeCookie(e.data.document), normalizeCookie(IMPLICIT_STRICT_DOM + "=1; " + LAX_DOM + "=1; " + NORMAL_DOM + "=1; " + STRICT_BECAUSE_INVALID_SAMESITE_VALUE + "=1"));
     20        assert_equals(normalizeCookie(e.data.document), normalizeCookie(LAX_DOM + "=1; " + NORMAL_DOM + "=1"));
    2121    }));
    2222
  • trunk/LayoutTests/http/tests/cookies/same-site/resources/fetch-after-navigating-iframe-in-cross-origin-page.php

    r252138 r252149  
    1616    debug("Cookies sent with HTTP request:");
    1717    await shouldNotHaveCookie("strict");
    18     await shouldHaveCookieWithValue("implicit-strict", "6");
    19     await shouldHaveCookieWithValue("strict-because-invalid-SameSite-value", "6");
     18    await shouldNotHaveCookie("implicit-strict");
     19    await shouldNotHaveCookie("strict-because-invalid-SameSite-value");
    2020    await shouldNotHaveCookie("lax");
    2121
    2222    debug("<br>Cookies visible in DOM:");
    2323    shouldNotHaveDOMCookie("strict");
    24     shouldHaveDOMCookieWithValue("implicit-strict", "6");
    25     shouldHaveDOMCookieWithValue("strict-because-invalid-SameSite-value", "6");
     24    shouldNotHaveDOMCookie("implicit-strict");
     25    shouldNotHaveDOMCookie("strict-because-invalid-SameSite-value");
    2626    shouldNotHaveDOMCookie("lax");
    2727
  • trunk/LayoutTests/http/tests/cookies/same-site/resources/fetch-after-top-level-cross-origin-redirect.php

    r252138 r252149  
    1616    debug("Cookies sent with HTTP request:");
    1717    await shouldNotHaveCookie("strict");
    18     await shouldHaveCookieWithValue("implicit-strict", "19");
    19     await shouldHaveCookieWithValue("strict-because-invalid-SameSite-value", "19");
     18    await shouldNotHaveCookie("implicit-strict");
     19    await shouldNotHaveCookie("strict-because-invalid-SameSite-value");
    2020    await shouldHaveCookieWithValue("lax", "19");
    2121
    2222    debug("<br>Cookies visible in DOM:");
    2323    shouldNotHaveDOMCookie("strict");
    24     shouldHaveDOMCookieWithValue("implicit-strict", "19");
    25     shouldHaveDOMCookieWithValue("strict-because-invalid-SameSite-value", "19");
     24    shouldNotHaveDOMCookie("implicit-strict");
     25    shouldNotHaveDOMCookie("strict-because-invalid-SameSite-value");
    2626    shouldHaveDOMCookieWithValue("lax", "19");
    2727
  • trunk/LayoutTests/http/tests/cookies/same-site/resources/fetch-after-top-level-navigation-from-cross-origin-page.php

    r252138 r252149  
    1616    debug("Cookies sent with HTTP request:");
    1717    await shouldNotHaveCookie("strict");
    18     await shouldHaveCookieWithValue("implicit-strict", "5");
    19     await shouldHaveCookieWithValue("strict-because-invalid-SameSite-value", "5");
     18    await shouldNotHaveCookie("implicit-strict");
     19    await shouldNotHaveCookie("strict-because-invalid-SameSite-value");
    2020    await shouldHaveCookieWithValue("lax", "5");
    2121
    2222    debug("<br>Cookies visible in DOM:");
    2323    shouldNotHaveDOMCookie("strict");
    24     shouldHaveDOMCookieWithValue("implicit-strict", "5");
    25     shouldHaveDOMCookieWithValue("strict-because-invalid-SameSite-value", "5");
     24    shouldNotHaveDOMCookie("implicit-strict");
     25    shouldNotHaveDOMCookie("strict-because-invalid-SameSite-value");
    2626    shouldHaveDOMCookieWithValue("lax", "5");
    2727
  • trunk/LayoutTests/http/tests/cookies/same-site/resources/fetch-after-top-level-navigation-initiated-from-iframe-in-cross-origin-page.php

    r252138 r252149  
    1616    debug("Cookies sent with HTTP request:");
    1717    await shouldNotHaveCookie("strict");
    18     await shouldHaveCookieWithValue("implicit-strict", "4");
    19     await shouldHaveCookieWithValue("strict-because-invalid-SameSite-value", "4");
     18    await shouldNotHaveCookie("implicit-strict");
     19    await shouldNotHaveCookie("strict-because-invalid-SameSite-value");
    2020    await shouldHaveCookieWithValue("lax", "4");
    2121
    2222    debug("<br>Cookies visible in DOM:");
    2323    shouldNotHaveDOMCookie("strict");
    24     shouldHaveDOMCookieWithValue("implicit-strict", "4");
    25     shouldHaveDOMCookieWithValue("strict-because-invalid-SameSite-value", "4");
     24    shouldNotHaveDOMCookie("implicit-strict");
     25    shouldNotHaveDOMCookie("strict-because-invalid-SameSite-value");
    2626    shouldHaveDOMCookieWithValue("lax", "4");
    2727
  • trunk/LayoutTests/http/tests/cookies/same-site/resources/fetch-in-cross-origin-service-worker.html

    r252138 r252149  
    1717    debug("Cookies sent with HTTP request:");
    1818    await shouldNotHaveCookie("strict");
    19     await shouldHaveCookieWithValue("implicit-strict", "10"); // Behaves like a non-SameSite cookie
    20     await shouldHaveCookieWithValue("strict-because-invalid-SameSite-value", "10"); // Behaves like a non-SameSite cookie
     19    await shouldNotHaveCookie("implicit-strict");
     20    await shouldNotHaveCookie("strict-because-invalid-SameSite-value");
    2121    await shouldNotHaveCookie("lax");
    2222
  • trunk/LayoutTests/platform/ios-12/http/tests/cookies/same-site/fetch-after-navigating-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 6.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 6.
     13PASS Do not have cookie "implicit-strict".
     14PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1515PASS Do not have cookie "lax".
    1616
    1717Cookies visible in DOM:
    1818PASS Do not have DOM cookie "strict".
    19 PASS Has DOM cookie "implicit-strict" with value 6.
    20 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 6.
     19PASS Do not have DOM cookie "implicit-strict".
     20PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    2121PASS Do not have DOM cookie "lax".
    2222PASS successfullyParsed is true
  • trunk/LayoutTests/platform/ios-12/http/tests/cookies/same-site/fetch-after-top-level-cross-origin-redirect-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 19.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 19.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 19.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 19.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 19.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 19.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/platform/ios-12/http/tests/cookies/same-site/fetch-after-top-level-navigation-from-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 5.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 5.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 5.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 5.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 5.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 5.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/platform/ios-12/http/tests/cookies/same-site/fetch-after-top-level-navigation-initiated-from-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 4.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 4.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 4.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 4.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 4.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 4.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/platform/ios-12/http/tests/cookies/same-site/fetch-in-cross-origin-service-worker-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 10.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 10.
     13PASS Do not have cookie "implicit-strict".
     14PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1515PASS Do not have cookie "lax".
    1616
  • trunk/LayoutTests/platform/ios/http/tests/cookies/same-site/fetch-after-navigating-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 6.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 6.
     13FAIL Should not have cookie "implicit-strict". But do with value 6.
     14FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 6.
    1515PASS Do not have cookie "lax".
    1616
    1717Cookies visible in DOM:
    1818PASS Do not have DOM cookie "strict".
    19 PASS Has DOM cookie "implicit-strict" with value 6.
    20 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 6.
     19FAIL Should not have DOM cookie "implicit-strict". But do with value 6.
     20FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 6.
    2121PASS Do not have DOM cookie "lax".
    2222PASS successfullyParsed is true
     23Some tests failed.
    2324
    2425TEST COMPLETE
  • trunk/LayoutTests/platform/ios/http/tests/cookies/same-site/fetch-after-top-level-cross-origin-redirect-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 19.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 19.
     8FAIL Should not have cookie "implicit-strict". But do with value 19.
     9FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 19.
    1010PASS Has cookie "lax" with value 19.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 19.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 19.
     14FAIL Should not have DOM cookie "implicit-strict". But do with value 19.
     15FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 19.
    1616PASS Has DOM cookie "lax" with value 19.
    1717PASS successfullyParsed is true
     18Some tests failed.
    1819
    1920TEST COMPLETE
  • trunk/LayoutTests/platform/ios/http/tests/cookies/same-site/fetch-after-top-level-navigation-from-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 5.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 5.
     8FAIL Should not have cookie "implicit-strict". But do with value 5.
     9FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 5.
    1010PASS Has cookie "lax" with value 5.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 5.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 5.
     14FAIL Should not have DOM cookie "implicit-strict". But do with value 5.
     15FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 5.
    1616PASS Has DOM cookie "lax" with value 5.
    1717PASS successfullyParsed is true
     18Some tests failed.
    1819
    1920TEST COMPLETE
  • trunk/LayoutTests/platform/ios/http/tests/cookies/same-site/fetch-after-top-level-navigation-initiated-from-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 4.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 4.
     8FAIL Should not have cookie "implicit-strict". But do with value 4.
     9FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 4.
    1010PASS Has cookie "lax" with value 4.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 4.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 4.
     14FAIL Should not have DOM cookie "implicit-strict". But do with value 4.
     15FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 4.
    1616PASS Has DOM cookie "lax" with value 4.
    1717PASS successfullyParsed is true
     18Some tests failed.
    1819
    1920TEST COMPLETE
  • trunk/LayoutTests/platform/ios/http/tests/cookies/same-site/fetch-in-cross-origin-service-worker-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 10.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 10.
     13FAIL Should not have cookie "implicit-strict". But do with value 10.
     14FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 10.
    1515PASS Do not have cookie "lax".
    1616
     
    2121PASS Do not have DOM cookie "lax".
    2222PASS successfullyParsed is true
     23Some tests failed.
    2324
    2425TEST COMPLETE
  • trunk/LayoutTests/platform/mac-mojave/http/tests/cookies/same-site/fetch-after-navigating-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 6.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 6.
     13PASS Do not have cookie "implicit-strict".
     14PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1515PASS Do not have cookie "lax".
    1616
    1717Cookies visible in DOM:
    1818PASS Do not have DOM cookie "strict".
    19 PASS Has DOM cookie "implicit-strict" with value 6.
    20 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 6.
     19PASS Do not have DOM cookie "implicit-strict".
     20PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    2121PASS Do not have DOM cookie "lax".
    2222PASS successfullyParsed is true
  • trunk/LayoutTests/platform/mac-mojave/http/tests/cookies/same-site/fetch-after-top-level-cross-origin-redirect-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 19.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 19.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 19.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 19.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 19.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 19.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/platform/mac-mojave/http/tests/cookies/same-site/fetch-after-top-level-navigation-from-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 5.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 5.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 5.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 5.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 5.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 5.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/platform/mac-mojave/http/tests/cookies/same-site/fetch-after-top-level-navigation-initiated-from-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 4.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 4.
     8PASS Do not have cookie "implicit-strict".
     9PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1010PASS Has cookie "lax" with value 4.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 4.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 4.
     14PASS Do not have DOM cookie "implicit-strict".
     15PASS Do not have DOM cookie "strict-because-invalid-SameSite-value".
    1616PASS Has DOM cookie "lax" with value 4.
    1717PASS successfullyParsed is true
  • trunk/LayoutTests/platform/mac-mojave/http/tests/cookies/same-site/fetch-in-cross-origin-service-worker-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 10.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 10.
     13PASS Do not have cookie "implicit-strict".
     14PASS Do not have cookie "strict-because-invalid-SameSite-value".
    1515PASS Do not have cookie "lax".
    1616
  • trunk/LayoutTests/platform/mac/http/tests/cookies/same-site/fetch-after-navigating-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 6.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 6.
     13FAIL Should not have cookie "implicit-strict". But do with value 6.
     14FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 6.
    1515PASS Do not have cookie "lax".
    1616
    1717Cookies visible in DOM:
    1818PASS Do not have DOM cookie "strict".
    19 PASS Has DOM cookie "implicit-strict" with value 6.
    20 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 6.
     19FAIL Should not have DOM cookie "implicit-strict". But do with value 6.
     20FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 6.
    2121PASS Do not have DOM cookie "lax".
    2222PASS successfullyParsed is true
     23Some tests failed.
    2324
    2425TEST COMPLETE
  • trunk/LayoutTests/platform/mac/http/tests/cookies/same-site/fetch-after-top-level-cross-origin-redirect-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 19.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 19.
     8FAIL Should not have cookie "implicit-strict". But do with value 19.
     9FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 19.
    1010PASS Has cookie "lax" with value 19.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 19.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 19.
     14FAIL Should not have DOM cookie "implicit-strict". But do with value 19.
     15FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 19.
    1616PASS Has DOM cookie "lax" with value 19.
    1717PASS successfullyParsed is true
     18Some tests failed.
    1819
    1920TEST COMPLETE
  • trunk/LayoutTests/platform/mac/http/tests/cookies/same-site/fetch-after-top-level-navigation-from-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 5.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 5.
     8FAIL Should not have cookie "implicit-strict". But do with value 5.
     9FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 5.
    1010PASS Has cookie "lax" with value 5.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 5.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 5.
     14FAIL Should not have DOM cookie "implicit-strict". But do with value 5.
     15FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 5.
    1616PASS Has DOM cookie "lax" with value 5.
    1717PASS successfullyParsed is true
     18Some tests failed.
    1819
    1920TEST COMPLETE
  • trunk/LayoutTests/platform/mac/http/tests/cookies/same-site/fetch-after-top-level-navigation-initiated-from-iframe-in-cross-origin-page-expected.txt

    r252148 r252149  
    66Cookies sent with HTTP request:
    77PASS Do not have cookie "strict".
    8 PASS Has cookie "implicit-strict" with value 4.
    9 PASS Has cookie "strict-because-invalid-SameSite-value" with value 4.
     8FAIL Should not have cookie "implicit-strict". But do with value 4.
     9FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 4.
    1010PASS Has cookie "lax" with value 4.
    1111
    1212Cookies visible in DOM:
    1313PASS Do not have DOM cookie "strict".
    14 PASS Has DOM cookie "implicit-strict" with value 4.
    15 PASS Has DOM cookie "strict-because-invalid-SameSite-value" with value 4.
     14FAIL Should not have DOM cookie "implicit-strict". But do with value 4.
     15FAIL Should not have DOM cookie "strict-because-invalid-SameSite-value". But do with value 4.
    1616PASS Has DOM cookie "lax" with value 4.
    1717PASS successfullyParsed is true
     18Some tests failed.
    1819
    1920TEST COMPLETE
  • trunk/LayoutTests/platform/mac/http/tests/cookies/same-site/fetch-in-cross-origin-service-worker-expected.txt

    r252148 r252149  
    1111Cookies sent with HTTP request:
    1212PASS Do not have cookie "strict".
    13 PASS Has cookie "implicit-strict" with value 10.
    14 PASS Has cookie "strict-because-invalid-SameSite-value" with value 10.
     13FAIL Should not have cookie "implicit-strict". But do with value 10.
     14FAIL Should not have cookie "strict-because-invalid-SameSite-value". But do with value 10.
    1515PASS Do not have cookie "lax".
    1616
     
    2121PASS Do not have DOM cookie "lax".
    2222PASS successfullyParsed is true
     23Some tests failed.
    2324
    2425TEST COMPLETE
Note: See TracChangeset for help on using the changeset viewer.