tor-browser

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

getusermedia.https.html.ini (920B)


      1 [getusermedia.https.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [getUserMedia({"video":{"tilt":{"max":1}}}) must fail with TypeError]
      5    expected: FAIL
      6 
      7  [getUserMedia({"video":{"zoom":{"exact":1}}}) must fail with TypeError]
      8    expected: FAIL
      9 
     10  [getUserMedia({"video":{"tilt":{"exact":1}}}) must fail with TypeError]
     11    expected: FAIL
     12 
     13  [getUserMedia({"video":{"zoom":{"max":1}}}) must fail with TypeError]
     14    expected: FAIL
     15 
     16  [getUserMedia({"video":{"tilt":{"min":1}}}) must fail with TypeError]
     17    expected: FAIL
     18 
     19  [getUserMedia({"video":{"pan":{"max":1}}}) must fail with TypeError]
     20    expected: FAIL
     21 
     22  [getUserMedia({"video":{"zoom":{"min":1}}}) must fail with TypeError]
     23    expected: FAIL
     24 
     25  [getUserMedia({"video":{"pan":{"exact":1}}}) must fail with TypeError]
     26    expected: FAIL
     27 
     28  [getUserMedia({"video":{"pan":{"min":1}}}) must fail with TypeError]
     29    expected: FAIL