tor-browser

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

idlharness.any.js.ini (732B)


      1 [idlharness.any.worker.html]
      2  [Permissions interface: operation revoke(object)]
      3    expected: FAIL
      4 
      5  [Permissions interface: navigator.permissions must inherit property "revoke(object)" with the proper type]
      6    expected: FAIL
      7 
      8  [Permissions interface: calling revoke(object) on navigator.permissions with too few arguments must throw TypeError]
      9    expected: FAIL
     10 
     11 
     12 [idlharness.any.html]
     13  [Permissions interface: operation revoke(object)]
     14    expected: FAIL
     15 
     16  [Permissions interface: navigator.permissions must inherit property "revoke(object)" with the proper type]
     17    expected: FAIL
     18 
     19  [Permissions interface: calling revoke(object) on navigator.permissions with too few arguments must throw TypeError]
     20    expected: FAIL