blob: 0c0175fcd528e9a03179c9ef619fa86c6e28406c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefs: [network.cookie.cookieBehavior.optInPartitioning:true]
[third-party-cookies.tentative.https.html]
expected:
if (os == "android") and debug: CRASH
[3P fetch: Cookies are not accessible via HTTP]
expected:
if os == "android": FAIL
[3P fetch: Cross site window setting HTTP cookies]
expected:
if os == "android": FAIL
|