tor-browser

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

decode-attributes.any.js.ini (1455B)


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