tor-browser

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

base64.any.js.ini (850B)


      1 [base64.any.shadowrealm.html]
      2  expected: ERROR
      3 
      4 [base64.any.worker.html]
      5 
      6 [base64.any.html]
      7  expected:
      8    if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      9    if (os == "android") and sessionHistoryInParent: [OK, TIMEOUT]
     10 
     11 [base64.https.any.shadowrealm-in-audioworklet.html]
     12  expected:
     13    if os == "linux": [ERROR, TIMEOUT]
     14    ERROR
     15 
     16 [base64.any.shadowrealm-in-sharedworker.html]
     17  expected: ERROR
     18 
     19 [base64.https.any.shadowrealm-in-serviceworker.html]
     20  expected: [ERROR, TIMEOUT]
     21 
     22 [base64.any.shadowrealm-in-dedicatedworker.html]
     23  expected: ERROR
     24 
     25 [base64.any.shadowrealm-in-window.html]
     26  expected:
     27    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     28    ERROR
     29 
     30 [base64.any.shadowrealm-in-shadowrealm.html]
     31  expected:
     32    if sessionHistoryInParent: ERROR
     33    [ERROR, TIMEOUT]