Verified Commit fd855a6a authored by edgul's avatar edgul Committed by ma1
Browse files

Bug 1879952 - Fix test expectations with samesite=lax turned on r=tschuster

parent bb192948
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
[setcookie-navigation.https.html]
  prefs: [network.cookie.sameSite.laxByDefault:true, network.cookie.sameSite.noneRequiresSecure:true]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Cross-site to same-site iframe navigation should only be able to set SameSite=None cookies.]
    expected: FAIL

  [Same-site to cross-site-site iframe navigation should only be able to set SameSite=None cookies.]
    expected: FAIL

  [Cross-site to cross-site iframe navigation should only be able to set SameSite=None cookies.]
    expected: FAIL