tor-browser

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

target-selector.tentative.html.ini (680B)


      1 [target-selector.tentative.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4  [Test with target that has an ID]
      5    expected:
      6      if (os == "mac") and not debug: [FAIL, TIMEOUT]
      7      FAIL
      8 
      9  [Test with simple target (no id)]
     10    expected:
     11      if (os == "mac") and not debug: [FAIL, NOTRUN]
     12      FAIL
     13 
     14  [Test with image target with id and src]
     15    expected:
     16      if (os == "mac") and not debug: [FAIL, NOTRUN]
     17      FAIL
     18 
     19  [Test with image target with src only]
     20    expected:
     21      if (os == "mac") and not debug: [FAIL, NOTRUN]
     22      FAIL
     23 
     24  [Test with disconnected target]
     25    expected:
     26      if (os == "mac") and not debug: [FAIL, NOTRUN]
     27      FAIL