tor-browser

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

audio_loop_base.html.ini (382B)


      1 [audio_loop_base.html]
      2  max-asserts: 45
      3  expected:
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5    if (os == "android") and not debug: [OK, ERROR]
      6  [Check if audio.loop is set to true that expecting the seeking event is fired more than once]
      7    expected:
      8      if (os == "mac") and not debug: [PASS, NOTRUN]
      9      if (os == "linux") and (processor == "x86"): [PASS, FAIL]