tor-browser

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

active-lock.html.ini (1465B)


      1 [active-lock.html]
      2  expected:
      3    if (os_version == "14") and sessionHistoryInParent and not debug: [OK, ERROR, TIMEOUT]
      4    if (os_version == "14") and not sessionHistoryInParent and not debug: [OK, ERROR, TIMEOUT]
      5    if os_version == "24.04": ERROR
      6    if os_version == "18.04": ERROR
      7    if os_version == "14.70": ERROR
      8    if os_version == "11.26100": ERROR
      9    [OK, TIMEOUT]
     10  [Performing a fragment navigation must not abort the screen orientation change]
     11    expected:
     12      if os == "android": PASS
     13      FAIL
     14 
     15  [Performing a fragment navigation within an iframe must not abort the lock promise]
     16    expected:
     17      if (os_version == "14") and sessionHistoryInParent and debug: PASS
     18      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     19      if (os_version == "14") and not sessionHistoryInParent and debug: PASS
     20      if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
     21      if os_version == "7.0": PASS
     22      FAIL
     23 
     24  [Unloading an iframe by navigating it must abort the lock promise]
     25    expected:
     26      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]
     27      if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, NOTRUN, TIMEOUT]
     28      if os_version == "24.04": FAIL
     29      if os_version == "18.04": FAIL
     30      if os_version == "14.70": [FAIL, PASS, TIMEOUT]
     31      if os_version == "11.26100": FAIL
     32      [PASS, TIMEOUT]