tor-browser

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

DOMException-is-error.any.js.ini (1125B)


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