tor-browser

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

cancel-watch-availability.html.ini (497B)


      1 [cancel-watch-availability.html]
      2  expected:
      3    if os_version == "14.70": [OK, TIMEOUT]
      4    if os_version == "14": [OK, TIMEOUT]
      5  [Test that calling cancelWatchAvailability() without an id removes all the callbacks, and calling cancelWatchAvailability() with a removed id throws NotFoundError.]
      6    expected: FAIL
      7 
      8  [Test that calling cancelWatchAvailability() with an id does remove the callback, and calling cancelWatchAvailability with a removed id throws NotFoundError.]
      9    expected: FAIL