tor-browser

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

RTCRtpReceiver-video-anyCodec.html.ini (545B)


      1 [RTCRtpReceiver-video-anyCodec.html]
      2  [An RTCRtpReceiver is prepared to receive any negotiated codec.]
      3    bug: 1709960
      4    expected:
      5      if (os == "win") and debug and (processor == "x86"): [PRECONDITION_FAILED, PASS]
      6      if (os == "win") and not debug and (processor == "x86_64"): [PASS, PRECONDITION_FAILED]
      7      if (os == "mac") and debug: [PASS, PRECONDITION_FAILED]
      8      if (os == "linux") and debug: [PASS, FAIL]
      9      if (os == "linux") and not debug: [PASS, FAIL]
     10      if os == "android": PASS
     11      [PASS, PRECONDITION_FAILED]