tor-browser

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

target_blank_useractivation.html.ini (559B)


      1 [target_blank_useractivation.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4    if (os == "android") and not debug: [OK, ERROR]
      5  [<area target=_blank"> mouse click]
      6    expected:
      7      if (os == "mac") and not debug: [PASS, NOTRUN]
      8 
      9  [<area target=_blank">.click()]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, NOTRUN]
     12 
     13  [<a target=_blank">.click()]
     14    expected:
     15      if (os == "mac") and not debug: [PASS, TIMEOUT]
     16 
     17  [<a target=_blank"> mouse click]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, NOTRUN]