tor-browser

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

DOMException-constants.any.js.ini (1110B)


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