tor-browser

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

videoFrame-construction.crossOriginSource.sub.html.ini (802B)


      1 [videoFrame-construction.crossOriginSource.sub.html]
      2  expected:
      3    if (os == "android") and debug and not swgl: [OK, TIMEOUT, FAIL]
      4 
      5  [Test creating a VideoFrame with a same-origin HTMLVideoElement]
      6    expected:
      7      if (os == "linux") and debug: [PASS, FAIL]
      8      if os == "android": [PASS, FAIL]
      9 
     10  [Test creating a VideoFrame with a cross-origin HTMLVideoElement]
     11    expected:
     12      if (os == "linux") and debug: [PASS, FAIL]
     13      if os == "android": [PASS, FAIL]
     14 
     15  [Test creating a VideoFrame with a CORS enabled cross-origin HTMLVideoElement without setting crossorigin]
     16    expected:
     17      if os == "android": [PASS, FAIL]
     18 
     19  [Test creating a VideoFrame with a CORS enabled cross-origin HTMLVideoElement with crossorigin="anonymous"]
     20    expected:
     21      if os == "android": [PASS, FAIL]