tor-browser

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

idb-binary-key-roundtrip.any.js.ini (3157B)


      1 [idb-binary-key-roundtrip.any.worker.html]
      2  expected:
      3    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      4  [Binary keys can be supplied using the view type Uint8Array]
      5    expected:
      6      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
      7 
      8  [Binary keys can be supplied using the view type Uint8ClampedArray]
      9    expected:
     10      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     11 
     12  [Binary keys can be supplied using the view type Int8Array]
     13    expected:
     14      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     15 
     16  [Binary keys can be supplied using the view type Uint16Array]
     17    expected:
     18      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     19 
     20  [Binary keys can be supplied using the view type Int16Array]
     21    expected:
     22      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     23 
     24  [Binary keys can be supplied using the view type Uint32Array]
     25    expected:
     26      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     27 
     28  [Binary keys can be supplied using the view type Int32Array]
     29    expected:
     30      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     31 
     32  [Binary keys can be supplied using the view type Float16Array]
     33    expected:
     34      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     35 
     36  [Binary keys can be supplied using the view type Float32Array]
     37    expected:
     38      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     39 
     40  [Binary keys can be supplied using the view type Float64Array]
     41    expected:
     42      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     43 
     44  [ArrayBuffer can be used to supply a binary key]
     45    expected:
     46      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     47 
     48  [DataView can be used to supply a binary key]
     49    expected:
     50      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     51 
     52  [DataView with explicit offset can be used to supply a binary key]
     53    expected:
     54      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     55 
     56  [DataView with explicit offset and length can be used to supply a binary key]
     57    expected:
     58      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     59 
     60  [Uint8Array with explicit offset can be used to supply a binary key]
     61    expected:
     62      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     63 
     64  [Uint8Array with explicit offset and length can be used to supply a binary key]
     65    expected:
     66      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     67 
     68 
     69 [idb-binary-key-roundtrip.any.serviceworker.html]
     70 
     71 [idb-binary-key-roundtrip.any.sharedworker.html]
     72 
     73 [idb-binary-key-roundtrip.any.html]
     74  expected:
     75    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     76  [Uint8Array with explicit offset and length can be used to supply a binary key]
     77    expected:
     78      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]