tor-browser

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

construct-byob-request.any.js.ini (1461B)


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