tor-browser

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

mediasource-replay.html.ini (673B)


      1 [mediasource-replay.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
      4    if (os == "android") and debug and sessionHistoryInParent: [TIMEOUT, OK]
      5    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT]
      6    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT]
      7  [Test replaying video after 'ended']
      8    expected:
      9      if (os == "android") and debug and sessionHistoryInParent: [TIMEOUT, PASS]
     10      if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT, FAIL]
     11      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT, FAIL]