tor-browser

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

RTCPeerConnection-peerIdentity.https.html.ini (1055B)


      1 [RTCPeerConnection-peerIdentity.https.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4  [setRemoteDescription() with peerIdentity set and with IdP proxy that return validationAssertion with mismatch contents should reject with OperationError]
      5    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1538778
      6    expected: FAIL
      7 
      8  [setRemoteDescription() and peerIdentity should reject with OperationError if IdP return validated identity that is different from its own domain]
      9    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1538778
     10    expected: FAIL
     11 
     12  [When IdP throws error and pc has target peer identity, setRemoteDescription() and peerIdentity rejected with RTCError('idp-execution-error')]
     13    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916
     14    expected: FAIL
     15 
     16  [IdP failure with no target peer identity should have following setRemoteDescription() succeed and replace pc.peerIdentity with a new promise]
     17    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916
     18    expected: FAIL