tor-browser

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

track-cues-pause-on-exit.html.ini (587B)


      1 [track-cues-pause-on-exit.html]
      2  expected:
      3    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR]
      4    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, ERROR]
      5    if (os == "mac") and not debug: [OK, TIMEOUT]
      6  [Video is paused after cues having pause-on-exit flag are processed]
      7    expected:
      8      if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT]
      9      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]
     10      if (os == "mac") and not debug: [PASS, TIMEOUT]