tor-browser

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

non-transferable-buffers.any.js.ini (1623B)


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