tor-browser

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

002.html.ini (915B)


      1 [002.html]
      2  [popstate event should fire when navigation occurs]
      3    expected:
      4      if (os == "linux") and debug and not fission: [PASS, FAIL]
      5 
      6  [state data should be a clone of the original object, not a reference to it]
      7    expected:
      8      if (os == "linux") and debug and not fission: [PASS, FAIL]
      9 
     10  [history.state should be identical to the object passed to the event handler unless history.state is updated]
     11    expected:
     12      if (os == "linux") and debug and not fission: [PASS, FAIL]
     13 
     14  [popstate event should pass the state data]
     15    expected:
     16      if (os == "linux") and debug and not fission: [PASS, FAIL]
     17 
     18  [history.state should also reference a clone of the original object (2)]
     19    expected:
     20      if (os == "linux") and debug and not fission: [PASS, FAIL]
     21 
     22  [state data should cope with circular object references]
     23    expected:
     24      if (os == "linux") and debug and not fission: [PASS, FAIL]