tor-browser

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

RTCPeerConnection-getIdentityAssertion.sub.https.html.ini (1346B)


      1 [RTCPeerConnection-getIdentityAssertion.sub.https.html]
      2  [getIdentityAssertion() should reject with RTCError('idp-execution-failure') if mock-idp.js throws error]
      3    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1538807
      4    expected: FAIL
      5 
      6  [getIdentityAssertion() should reject with RTCError('idp-bad-script-failure') if IdP proxy script do not register its callback]
      7    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916
      8    expected: FAIL
      9 
     10  [getIdentityAssertion() should reject with OperationError if mock-idp.js return invalid result]
     11    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1538778
     12    expected: FAIL
     13 
     14  [getIdentityAssertion() should reject with RTCError('idp-load-failure') if IdP cannot be loaded]
     15    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916
     16    expected: FAIL
     17 
     18  [getIdentityAssertion() should reject with RTCError('idp-need-login') when mock-idp.js requires login]
     19    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916
     20    expected: FAIL
     21 
     22  [createOffer() should reject with OperationError if identity assertion request fails]
     23    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1538778
     24    expected: FAIL
     25 
     26  [createAnswer() should reject with OperationError if identity assertion request fails]
     27    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1538778
     28    expected: FAIL