tor-browser

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

clone-before-keypath-eval.any.js.ini (746B)


      1 [clone-before-keypath-eval.any.html]
      2 
      3 [clone-before-keypath-eval.any.worker.html]
      4  expected:
      5    if (os == "mac") and not debug: [OK, CRASH]
      6    if (os == "android") and not debug: [OK, CRASH]
      7 
      8 [clone-before-keypath-eval.any.serviceworker.html]
      9  expected:
     10    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR]
     11    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, ERROR]
     12  [Cursor update checks and keypath evaluations operate on a clone]
     13    expected:
     14      if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT]
     15      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]
     16 
     17 
     18 [clone-before-keypath-eval.any.sharedworker.html]