tor-browser

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

video-decoder.https.any.js.ini (3292B)


      1 [video-decoder.https.any.html]
      2  expected: [OK, TIMEOUT]
      3  [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec]
      4    expected: [PASS, TIMEOUT]
      5 
      6  [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec with dataview description]
      7    expected: [PASS, NOTRUN]
      8 
      9  [Test that VideoDecoder.configure() doesn't support config: Audio codec]
     10    expected: [PASS, NOTRUN]
     11 
     12  [Test that VideoDecoder.configure() doesn't support config: Ambiguous codec]
     13    expected: [PASS, NOTRUN]
     14 
     15  [Test that VideoDecoder.configure() doesn't support config: Codec with bad casing]
     16    expected: [PASS, NOTRUN]
     17 
     18  [Test that VideoDecoder.configure() doesn't support config: Codec with MIME type]
     19    expected: [PASS, NOTRUN]
     20 
     21  [Test that VideoDecoder.configure() doesn't support config: Possible future H264 codec string]
     22    expected: [PASS, NOTRUN]
     23 
     24  [Test that VideoDecoder.configure() doesn't support config: Possible future HEVC codec string]
     25    expected: [PASS, NOTRUN]
     26 
     27  [Test that VideoDecoder.configure() doesn't support config: Possible future VP9 codec string]
     28    expected: [PASS, NOTRUN]
     29 
     30  [Test that VideoDecoder.configure() doesn't support config: Possible future AV1 codec string]
     31    expected: [PASS, NOTRUN]
     32 
     33  [Test VideoDecoder construction]
     34    expected: [PASS, NOTRUN]
     35 
     36  [Test that VideoDecoder.isConfigSupported() accepts config:variant 1 of h264 codec string]
     37    expected:
     38      if os == "android": FAIL
     39      [PASS, NOTRUN]
     40 
     41  [Test that VideoDecoder.isConfigSupported() accepts config:variant 2 of h264 codec string]
     42    expected:
     43      if os == "android": FAIL
     44      [PASS, NOTRUN]
     45 
     46 
     47 [video-decoder.https.any.worker.html]
     48  expected: [OK, TIMEOUT]
     49  [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec]
     50    expected: [PASS, TIMEOUT]
     51 
     52  [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec with dataview description]
     53    expected: [PASS, NOTRUN]
     54 
     55  [Test that VideoDecoder.configure() doesn't support config: Audio codec]
     56    expected: [PASS, NOTRUN]
     57 
     58  [Test that VideoDecoder.configure() doesn't support config: Ambiguous codec]
     59    expected: [PASS, NOTRUN]
     60 
     61  [Test that VideoDecoder.configure() doesn't support config: Codec with bad casing]
     62    expected: [PASS, NOTRUN]
     63 
     64  [Test that VideoDecoder.configure() doesn't support config: Codec with MIME type]
     65    expected: [PASS, NOTRUN]
     66 
     67  [Test that VideoDecoder.configure() doesn't support config: Possible future H264 codec string]
     68    expected: [PASS, NOTRUN]
     69 
     70  [Test that VideoDecoder.configure() doesn't support config: Possible future HEVC codec string]
     71    expected: [PASS, NOTRUN]
     72 
     73  [Test that VideoDecoder.configure() doesn't support config: Possible future VP9 codec string]
     74    expected: [PASS, NOTRUN]
     75 
     76  [Test that VideoDecoder.configure() doesn't support config: Possible future AV1 codec string]
     77    expected: [PASS, NOTRUN]
     78 
     79  [Test VideoDecoder construction]
     80    expected: [PASS, NOTRUN]
     81 
     82  [Test that VideoDecoder.isConfigSupported() accepts config:variant 1 of h264 codec string]
     83    expected:
     84      if os == "android": FAIL
     85      [PASS, NOTRUN]
     86 
     87  [Test that VideoDecoder.isConfigSupported() accepts config:variant 2 of h264 codec string]
     88    expected:
     89      if os == "android": FAIL
     90      [PASS, NOTRUN]