tor-browser

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

lock-unlock-check.html.ini (901B)


      1 [lock-unlock-check.html]
      2  expected:
      3    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      4    if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      5    if (os == "mac") and debug: [OK, TIMEOUT]
      6  [Unlocking the screen orientation after a change event must not abort]
      7    expected:
      8      if (os == "android") and sessionHistoryInParent and debug: PASS
      9      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     10      if (os == "android") and not sessionHistoryInParent and debug: PASS
     11      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     12      if (os == "mac") and debug: [FAIL, NOTRUN]
     13      FAIL
     14 
     15  [Re-locking the screen orientation after a change event fires must not abort]
     16    expected:
     17      if (os == "mac") and debug: [FAIL, TIMEOUT]
     18      if os == "android": PASS
     19      FAIL