tor-browser

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

video-codecs.https.html.ini (561B)


      1 [video-codecs.https.html]
      2  max-asserts: 3
      3  expected:
      4    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      5    if (os == "android") and not debug: [OK, TIMEOUT]
      6  [H.264 and VP8 should be supported in initial offer]
      7    expected:
      8      if (os == "mac") and debug: PASS
      9      if os == "linux": PASS
     10      if os == "android": PASS
     11      [PASS, FAIL]
     12 
     13  [H.264 and VP8 should be negotiated after handshake]
     14    expected:
     15      if (os == "mac") and debug: PASS
     16      if os == "linux": PASS
     17      if os == "android": PASS
     18      [PASS, FAIL]