tor-browser

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

004.html.ini (679B)


      1 [004.html]
      2  [history position should be calculated when executing, not when calling the .go command]
      3    expected:
      4      if (os == "win") and debug: [PASS, FAIL]
      5      if (os == "mac") and debug: [PASS, FAIL]
      6      if os == "linux": [PASS, FAIL]
      7 
      8  [browser needs to support hashchange events for this testcase]
      9    expected:
     10      if (os == "win") and debug: [PASS, FAIL]
     11      if (os == "mac") and debug: [PASS, FAIL]
     12      if os == "linux": [PASS, FAIL]
     13 
     14  [queued .go commands should all be executed when the queue is processed]
     15    expected:
     16      if (os == "win") and debug: [PASS, FAIL]
     17      if (os == "mac") and debug: [PASS, FAIL]
     18      if os == "linux": [PASS, FAIL]