15 lines
655 B
INI
15 lines
655 B
INI
[partitioned-cookies.tentative.https.html]
|
|
[Partitioned cookies accessible on the top-level site they are created in via HTTP]
|
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1899969
|
|
expected:
|
|
if os == "android" and nightly_build: FAIL
|
|
|
|
[Partitioned cookies accessible on the top-level site they are created in via DOM]
|
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1899969
|
|
expected:
|
|
if os == "android" and nightly_build: FAIL
|
|
|
|
[Partitioned cookies are not accessible on a different top-level site via HTTP]
|
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1899969
|
|
expected:
|
|
if os == "android": FAIL
|