tor-browser

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

DOMException-custom-bindings.any.js.ini (1045B)


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