[004.html]
  [history position should be calculated when executing, not when calling the .go command]
    expected:
      if (os == "win") and debug: [PASS, FAIL]
      if (os == "mac") and debug: [PASS, FAIL]
      if os == "linux": [PASS, FAIL]
  [browser needs to support hashchange events for this testcase]
    expected:
      if (os == "win") and debug: [PASS, FAIL]
      if (os == "mac") and debug: [PASS, FAIL]
      if os == "linux": [PASS, FAIL]
  [queued .go commands should all be executed when the queue is processed]
    expected:
      if (os == "win") and debug: [PASS, FAIL]
      if (os == "mac") and debug: [PASS, FAIL]
      if os == "linux": [PASS, FAIL]