tor-browser

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

MediaDevices-enumerateDevices-per-origin-ids.sub.https.html.ini (1419B)


      1 [MediaDevices-enumerateDevices-per-origin-ids.sub.https.html]
      2  expected:
      3    if debug and (os == "linux") and not fission and not swgl: OK
      4    if not debug and (os == "linux") and not asan and not tsan: [TIMEOUT, OK]
      5    if debug and (os == "linux") and fission: OK
      6    if debug and (os == "android"): OK
      7    [OK, TIMEOUT]
      8  [enumerateDevices rotates deviceId after clearing site data]
      9    expected:
     10      if debug and (os == "linux") and not fission and not swgl: FAIL
     11      if not debug and (os == "linux") and not asan and not tsan: [NOTRUN, FAIL]
     12      if debug and (os == "linux") and fission: FAIL
     13      if debug and (os == "android"): FAIL
     14      [FAIL, NOTRUN]
     15 
     16  [enumerateDevices has stable deviceIds across same-origin iframe]
     17    expected:
     18      if debug and (os == "linux") and not fission and not swgl: PASS
     19      if not debug and (os == "linux") and not asan and not tsan: [TIMEOUT, PASS]
     20      if debug and (os == "linux") and fission: PASS
     21      if debug and (os == "android"): PASS
     22      [PASS, TIMEOUT]
     23 
     24  [enumerateDevices rotates deviceId across different-origin iframe]
     25    expected:
     26      if (os == "linux") and fission and not debug and not asan and not tsan: [NOTRUN, PASS]
     27      if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN]
     28      if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
     29      if (os == "android") and debug: PASS
     30      [PASS, NOTRUN]