tor-browser

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

RTCRtpReceiver-getSynchronizationSources.https.html.ini (1211B)


      1 [RTCRtpReceiver-getSynchronizationSources.https.html]
      2  bug: 1709960
      3  expected:
      4    if (os == "android") and debug and sessionHistoryInParent: [TIMEOUT, OK, CRASH]
      5    if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT]
      6    if (os == "android") and not debug: [OK, TIMEOUT]
      7  [[video\] getSynchronizationSources() does not contain SSRCs older than 10 seconds]
      8    expected:
      9      if (os == "android") and debug and sessionHistoryInParent: TIMEOUT
     10      if (os == "android") and not debug: [PASS, TIMEOUT]
     11 
     12  [[video\] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now()]
     13    expected:
     14      if (os == "android") and debug and sessionHistoryInParent: NOTRUN
     15      if (os == "android") and not debug: [PASS, NOTRUN]
     16 
     17  [[video\] RTCRtpSynchronizationSource.source is a number]
     18    expected:
     19      if (os == "android") and debug and sessionHistoryInParent: NOTRUN
     20      if (os == "android") and not debug: [PASS, NOTRUN]
     21 
     22  [[audio-only\] RTCRtpSynchronizationSource.audioLevel is a number [0, 1\]]
     23    expected:
     24      if (os == "android") and debug and sessionHistoryInParent: NOTRUN
     25      if (os == "android") and not debug: [PASS, NOTRUN]