tor-browser

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

RTCConfiguration-iceServers.html.ini (945B)


      1 [RTCConfiguration-iceServers.html]
      2  [setConfiguration(config) - with invalid stun url should throw SyntaxError]
      3    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
      4    expected: FAIL
      5 
      6  [new RTCPeerConnection(config) - with invalid stun url should throw SyntaxError]
      7    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
      8    expected: FAIL
      9 
     10  [setConfiguration(config) - with invalid turn url should throw SyntaxError]
     11    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
     12    expected: FAIL
     13 
     14  [new RTCPeerConnection(config) - with invalid turn url should throw SyntaxError]
     15    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
     16    expected: FAIL
     17 
     18  [new RTCPeerConnection(config) - with a turn server and a username of 510 characters throw InvalidAccessError]
     19    expected: FAIL
     20 
     21  [setConfiguration(config) - with a turn server and a username of 510 characters throw InvalidAccessError]
     22    expected: FAIL