tor-browser

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

value-get-set.any.js.ini (920B)


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