tor-browser

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

idbfactory-open-opaque-origin.html.ini (698B)


      1 [idbfactory-open-opaque-origin.html]
      2  expected:
      3    if tsan: CRASH
      4  [IDBFactory.open() in data URL shared workers should throw SecurityError]
      5    expected:
      6      if (os == "linux") and not debug and not asan: [PASS, FAIL]
      7      if (os == "win") and not debug: [PASS, FAIL]
      8      if (os == "mac") and not debug: [PASS, FAIL]
      9      if (os == "android") and not debug: [PASS, FAIL]
     10 
     11  [IDBFactory.open() in data URL dedicated workers should throw SecurityError]
     12    expected:
     13      if (os == "linux") and not debug and not asan: [PASS, FAIL]
     14      if (os == "win") and not debug: [PASS, FAIL]
     15      if (os == "mac") and not debug: [PASS, FAIL]
     16      if (os == "android") and not debug: [PASS, FAIL]