tor-browser

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

floating-point-total-queue-size.any.js.ini (1508B)


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