tor-browser

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

headers-casing.any.js.ini (398B)


      1 [headers-casing.any.worker.html]
      2 
      3 [headers-casing.any.html]
      4  expected:
      5    if (os == "android") and not debug: [OK, CRASH]
      6 
      7 [headers-casing.any.serviceworker.html]
      8  max-asserts: 2
      9  expected:
     10    if (os == "android") and not debug: [OK, ERROR]
     11 
     12 [headers-casing.any.sharedworker.html]
     13  expected:
     14    if (os == "mac") and not debug: [OK, CRASH]
     15    if (os == "android") and not debug: [OK, CRASH]