tor-browser

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

script-transform-generateKeyFrame.https.html.ini (787B)


      1 [script-transform-generateKeyFrame.https.html]
      2  expected:
      3    if (os == "linux") and debug: OK
      4    if (os == "linux") and not debug: [OK, CRASH]
      5    if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
      6    if os == "win": OK
      7    [OK, TIMEOUT]
      8  [generateKeyFrame() throws for audio]
      9    expected:
     10      if (os == "win") and not debug: [PASS, FAIL]
     11 
     12  [generateKeyFrame(null) resolves for video sender, and throws for video receiver]
     13    bug: 1709960
     14 
     15  [generateKeyFrame throws NotAllowedError for invalid rid]
     16    bug: 1709960
     17 
     18  [generateKeyFrame throws NotFoundError for unknown rid]
     19    bug: 1709960
     20 
     21  [generateKeyFrame timestamp should advance]
     22    bug: 1709960
     23 
     24  [await generateKeyFrame, await generateKeyFrame should see an increase in count of keyframes]
     25    bug: 1709960