tor-browser

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

textdecoder-arguments.any.js.ini (1151B)


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