tor-browser

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

video-decoder.crossOriginIsolated.https.any.js.ini (788B)


      1 [video-decoder.crossOriginIsolated.https.any.html]
      2  expected:
      3    if (os == "android") and debug: [OK, TIMEOUT]
      4  [Test isConfigSupported() and configure() using a SharedArrayBuffer]
      5    expected:
      6      if os == "android": PRECONDITION_FAILED
      7 
      8  [Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)]
      9    expected:
     10      if os == "android": PRECONDITION_FAILED
     11 
     12 
     13 [video-decoder.crossOriginIsolated.https.any.worker.html]
     14  expected:
     15    if (os == "android") and not swgl: [OK, TIMEOUT]
     16  [Test isConfigSupported() and configure() using a SharedArrayBuffer]
     17    expected:
     18      if os == "android": PRECONDITION_FAILED
     19 
     20  [Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)]
     21    expected:
     22      if os == "android": PRECONDITION_FAILED