tor-browser

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

mediastreamaudiosourcenode-from-context-with-different-rate.https.html.ini (4334B)


      1 [mediastreamaudiosourcenode-from-context-with-different-rate.html]
      2  expected:
      3    if (os == "android") and fission: [TIMEOUT, OK]
      4 
      5 [mediastreamaudiosourcenode-from-context-with-different-rate.https.html]
      6  [Test closing one AudioContext stops only it (cloned tracks)]
      7    expected:
      8      if (os == "mac") and not debug: [PASS, FAIL]
      9      if (os == "android") and not debug: [PASS, FAIL]
     10 
     11  [Test suspending one AudioContext silences only it (cloned tracks)]
     12    expected:
     13      if (os == "mac") and not debug: [PASS, FAIL]
     14      if (os == "android") and not debug: [PASS, FAIL]
     15 
     16  [Test disconnecting one MediaStreamAudioSourceNode silences only it (cloned tracks)]
     17    expected:
     18      if (os == "mac") and not debug: [PASS, FAIL]
     19      if (os == "android") and not debug: [PASS, FAIL]
     20 
     21  [Test stopping one MediaStream's tracks silences only its detector (cloned tracks)]
     22    expected:
     23      if (os == "mac") and not debug: [PASS, FAIL]
     24      if (os == "android") and not debug: [PASS, FAIL]
     25 
     26  [Test disabling one MediaStream's tracks silences only its detector (cloned tracks)]
     27    expected:
     28      if (os == "mac") and not debug: [PASS, FAIL]
     29      if (os == "android") and not debug: [PASS, FAIL]
     30 
     31  [Test removing tracks from one MediaStream silences only it} (cloned tracks)]
     32    expected:
     33      if (os == "mac") and not debug: [PASS, FAIL]
     34      if (os == "android") and not debug: [PASS, FAIL]
     35 
     36  [Test stopping the input MediaStream's tracks silences nothing (cloned tracks)]
     37    expected:
     38      if (os == "mac") and not debug: [PASS, FAIL]
     39      if (os == "android") and not debug: [PASS, FAIL]
     40 
     41  [Test suspending the input AudioContext silences all detectors (cloned tracks)]
     42    expected:
     43      if (os == "mac") and not debug: [PASS, FAIL]
     44      if (os == "android") and not debug: [PASS, FAIL]
     45 
     46  [Test closing the input AudioContext silences all detectors (cloned tracks)]
     47    expected:
     48      if (os == "mac") and not debug: [PASS, FAIL]
     49      if (os == "android") and not debug: [PASS, FAIL]
     50 
     51  [Test removing tracks from one MediaStream silences only its detector when destination rates are the same (cloned tracks, 48000->32000)]
     52    expected:
     53      if (os == "mac") and not debug: [PASS, FAIL]
     54      if (os == "android") and not debug: [PASS, FAIL]
     55 
     56  [Test closing one AudioContext stops only it (shared tracks)]
     57    expected:
     58      if (os == "mac") and not debug: [PASS, FAIL]
     59      if (os == "android") and not debug: [PASS, FAIL]
     60 
     61  [Test suspending one AudioContext silences only it (shared tracks)]
     62    expected:
     63      if (os == "mac") and not debug: [PASS, FAIL]
     64      if (os == "android") and not debug: [PASS, FAIL]
     65 
     66  [Test disconnecting one MediaStreamAudioSourceNode silences only it (shared tracks)]
     67    expected:
     68      if (os == "mac") and not debug: [PASS, FAIL]
     69      if (os == "android") and not debug: [PASS, FAIL]
     70 
     71  [Test stopping one MediaStream's tracks silences all detectors (shared tracks)]
     72    expected:
     73      if (os == "mac") and not debug: [PASS, FAIL]
     74      if (os == "android") and not debug: [PASS, FAIL]
     75 
     76  [Test disabling one MediaStream's tracks silences all detectors (shared tracks)]
     77    expected:
     78      if (os == "mac") and not debug: [PASS, FAIL]
     79      if (os == "android") and not debug: [PASS, FAIL]
     80 
     81  [Test removing tracks from one MediaStream silences only it} (shared tracks)]
     82    expected:
     83      if (os == "mac") and not debug: [PASS, FAIL]
     84      if (os == "android") and not debug: [PASS, FAIL]
     85 
     86  [Test stopping the input MediaStream's tracks silences all detectors (shared tracks)]
     87    expected:
     88      if (os == "mac") and not debug: [PASS, FAIL]
     89      if (os == "android") and not debug: [PASS, FAIL]
     90 
     91  [Test suspending the input AudioContext silences all detectors (shared tracks)]
     92    expected:
     93      if (os == "mac") and not debug: [PASS, FAIL]
     94      if (os == "android") and not debug: [PASS, FAIL]
     95 
     96  [Test closing the input AudioContext silences all detectors (shared tracks)]
     97    expected:
     98      if (os == "mac") and not debug: [PASS, FAIL]
     99      if (os == "android") and not debug: [PASS, FAIL]
    100 
    101  [Test removing tracks from one MediaStream silences only its detector when destination rates are the same (shared tracks, 48000->32000)]
    102    expected:
    103      if (os == "mac") and not debug: [PASS, FAIL]
    104      if (os == "android") and not debug: [PASS, FAIL]