tor-browser

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

textdecoder-fatal.any.js.ini (1078B)


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