tor-browser

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

upgrade-transaction-deactivation-timing.any.js.ini (879B)


      1 [upgrade-transaction-deactivation-timing.any.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      4  [Upgrade transactions are deactivated before next task]
      5    expected:
      6      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
      7 
      8  [Upgrade transactions are active in upgradeneeded callback]
      9    expected:
     10      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     11 
     12  [Upgrade transactions are active in upgradeneeded callback and microtasks]
     13    expected:
     14      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     15 
     16 
     17 [upgrade-transaction-deactivation-timing.any.sharedworker.html]
     18 
     19 [upgrade-transaction-deactivation-timing.any.worker.html]
     20  expected:
     21    if (os == "android") and not debug: [OK, CRASH]
     22 
     23 [upgrade-transaction-deactivation-timing.any.serviceworker.html]