tor-browser

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

decodingInfo.any.js.ini (626B)


      1 [decodingInfo.any.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, ERROR]
      4  [Test that decodingInfo with mismatched codec color space is unsupported]
      5    expected: FAIL
      6 
      7  [Test that decodingInfo rejects if the audio configuration contentType is not a valid MIME type string]
      8    expected: FAIL
      9 
     10 [decodingInfo.any.worker.html]
     11  expected:
     12    if (os == "android") and not debug: [OK, ERROR]
     13  [Test that decodingInfo with mismatched codec color space is unsupported]
     14    expected: FAIL
     15 
     16  [Test that decodingInfo rejects if the audio configuration contentType is not a valid MIME type string]
     17    expected: FAIL