tor-browser

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

bindings-inject-keys-bypass.any.js.ini (519B)


      1 [bindings-inject-keys-bypass.any.serviceworker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, ERROR]
      4 
      5 [bindings-inject-keys-bypass.any.worker.html]
      6  expected:
      7    if (processor == "x86") and (os == "linux"): [OK, TIMEOUT]
      8  [Returning keys to script should bypass prototype setters]
      9    expected:
     10      if (processor == "x86") and (os == "linux"): [PASS, TIMEOUT]
     11 
     12 
     13 [bindings-inject-keys-bypass.any.html]
     14  expected:
     15    if os == "mac": [OK, CRASH]
     16 
     17 [bindings-inject-keys-bypass.any.sharedworker.html]