tor-browser

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

videoFrame-construction.any.js.ini (2346B)


      1 [videoFrame-construction.any.worker.html]
      2  [Test we can construct a I420P10 VideoFrame]
      3    expected: FAIL
      4 
      5  [Test we can construct a I420P12 VideoFrame]
      6    expected: FAIL
      7 
      8  [Test we can construct a I420AP10 VideoFrame]
      9    expected: FAIL
     10 
     11  [Test we can construct a I420AP12 VideoFrame]
     12    expected: FAIL
     13 
     14  [Test we can construct a I422 VideoFrame]
     15    expected: FAIL
     16 
     17  [Test we can construct a I422P10 VideoFrame]
     18    expected: FAIL
     19 
     20  [Test we can construct a I422P12 VideoFrame]
     21    expected: FAIL
     22 
     23  [Test we can construct a I422A VideoFrame]
     24    expected: FAIL
     25 
     26  [Test we can construct a I422AP10 VideoFrame]
     27    expected: FAIL
     28 
     29  [Test we can construct a I422AP12 VideoFrame]
     30    expected: FAIL
     31 
     32  [Test we can construct a I444 VideoFrame]
     33    expected: FAIL
     34 
     35  [Test we can construct a I444P10 VideoFrame]
     36    expected: FAIL
     37 
     38  [Test we can construct a I444P12 VideoFrame]
     39    expected: FAIL
     40 
     41  [Test we can construct a I444A VideoFrame]
     42    expected: FAIL
     43 
     44  [Test we can construct a I444AP10 VideoFrame]
     45    expected: FAIL
     46 
     47  [Test we can construct a I444AP12 VideoFrame]
     48    expected: FAIL
     49 
     50 
     51 [videoFrame-construction.any.html]
     52 
     53  [Test we can construct a I420P10 VideoFrame]
     54    expected: FAIL
     55 
     56  [Test we can construct a I420P12 VideoFrame]
     57    expected: FAIL
     58 
     59  [Test we can construct a I420AP10 VideoFrame]
     60    expected: FAIL
     61 
     62  [Test we can construct a I420AP12 VideoFrame]
     63    expected: FAIL
     64 
     65  [Test we can construct a I422 VideoFrame]
     66    expected: FAIL
     67 
     68  [Test we can construct a I422P10 VideoFrame]
     69    expected: FAIL
     70 
     71  [Test we can construct a I422P12 VideoFrame]
     72    expected: FAIL
     73 
     74  [Test we can construct a I422A VideoFrame]
     75    expected: FAIL
     76 
     77  [Test we can construct a I422AP10 VideoFrame]
     78    expected: FAIL
     79 
     80  [Test we can construct a I422AP12 VideoFrame]
     81    expected: FAIL
     82 
     83  [Test we can construct a I444 VideoFrame]
     84    expected: FAIL
     85 
     86  [Test we can construct a I444P10 VideoFrame]
     87    expected: FAIL
     88 
     89  [Test we can construct a I444P12 VideoFrame]
     90    expected: FAIL
     91 
     92  [Test we can construct a I444A VideoFrame]
     93    expected: FAIL
     94 
     95  [Test we can construct a I444AP10 VideoFrame]
     96    expected: FAIL
     97 
     98  [Test we can construct a I444AP12 VideoFrame]
     99    expected: FAIL
    100 
    101  [Test we can construct a VideoFrame from a <video>.]
    102    expected:
    103      if (os == "mac") and not debug: PASS
    104      [PASS, FAIL]