tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

cookieStore_delete_arguments.https.any.js.ini (1012B)


      1 [cookieStore_delete_arguments.https.any.html]
      2  [cookieStore.delete with get result]
      3    expected:
      4      if (os == "win"): [PASS, FAIL]
      5      if (processor == "x86") and not debug: [PASS, FAIL]
      6 
      7  [cookieStore.delete with a __Host- prefix should not have a domain]
      8    expected:
      9      if (os == "win"): [PASS, FAIL]
     10      if (processor == "x86") and not debug: [PASS, FAIL]
     11 
     12  [cookieStore.delete does not append / at the end of path]
     13    expected:
     14      if (os == "win"): [PASS, FAIL]
     15 
     16  [cookieStore.delete can delete a cookie set by document.cookie if document is defined]
     17    expected:
     18      if (os == "win"): [PASS, FAIL]
     19 
     20 [cookieStore_delete_arguments.https.any.serviceworker.html]
     21  [cookieStore.delete with get result]
     22    expected:
     23      if (os == "win"): [PASS, FAIL]
     24 
     25  [cookieStore.delete with a __Host- prefix should not have a domain]
     26    expected:
     27      if (os == "win"): [PASS, FAIL]
     28 
     29  [cookieStore.delete does not append / at the end of path]
     30    expected:
     31      if (os == "win"): [PASS, FAIL]