tor-browser

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

videoFrame-texImage.any.js.ini (1427B)


      1 [videoFrame-texImage.any.html]
      2  expected:
      3    if (os == "mac") and not debug and (version == "OS X 10.15.7"): [OK, ERROR]
      4    if os == "android": [OK, ERROR]
      5  [texImage2D with 48x36 srgb VideoFrame.]
      6    expected:
      7      if os == "android": [PASS, FAIL]
      8 
      9  [texSubImage2D with 48x36 srgb VideoFrame.]
     10    expected:
     11      if os == "android": [PASS, FAIL]
     12 
     13  [texImage2D with 480x360 srgb VideoFrame.]
     14    expected:
     15      if os == "android": [PASS, FAIL]
     16 
     17  [texSubImage2D with 480x360 srgb VideoFrame.]
     18    expected:
     19      if os == "android": [PASS, FAIL]
     20 
     21  [texImage2D with a closed VideoFrame.]
     22    expected:
     23      if os == "android": [PASS, FAIL]
     24 
     25  [texSubImage2D with a closed VideoFrame.]
     26    expected:
     27      if os == "android": [PASS, FAIL]
     28 
     29 
     30 [videoFrame-texImage.any.worker.html]
     31  expected:
     32    if os == "android": [OK, ERROR]
     33  [texImage2D with 48x36 srgb VideoFrame.]
     34    expected:
     35      if os == "android": [PASS, FAIL]
     36 
     37  [texSubImage2D with 48x36 srgb VideoFrame.]
     38    expected:
     39      if os == "android": [PASS, FAIL]
     40 
     41  [texImage2D with 480x360 srgb VideoFrame.]
     42    expected:
     43      if os == "android": [PASS, FAIL]
     44 
     45  [texSubImage2D with 480x360 srgb VideoFrame.]
     46    expected:
     47      if os == "android": [PASS, FAIL]
     48 
     49  [texImage2D with a closed VideoFrame.]
     50    expected:
     51      if os == "android": [PASS, FAIL]
     52 
     53  [texSubImage2D with a closed VideoFrame.]
     54    expected:
     55      if os == "android": [PASS, FAIL]