tor-browser

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

throwing-options.any.js.ini (1171B)


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