tor-browser

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

decode-non-utf8.any.js.ini (1149B)


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