tor-browser

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

getnotifications-across-processes.https.window.js.ini (471B)


      1 prefs: [dom.webnotifications.loglevel:All]
      2 [getnotifications-across-processes.https.window.html]
      3  [Get notification created from window]
      4    expected:
      5      if (processor == "x86") and debug: PASS
      6      [PASS, FAIL]
      7 
      8  [Create and get notification within service worker]
      9    expected:
     10      if (os == "linux") and not fission and debug: [PASS, FAIL]
     11      if (os == "linux") and not fission and not debug: [PASS, FAIL]
     12      if (os == "mac") and not debug: [PASS, FAIL]