tor-browser

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

getdisplaymedia-captured-surface-resolution.https.html.ini (956B)


      1 [getdisplaymedia-captured-surface-resolution.https.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, ERROR]
      4  [getDisplayMedia() and screenPixelRatio for captured surface type monitor]
      5    expected: FAIL
      6 
      7  [getDisplayMedia() and screenPixelRatio for captured surface type window]
      8    expected: FAIL
      9 
     10  [getDisplayMedia() and screenPixelRatio for captured surface type browser]
     11    expected:
     12      if os == "mac": [PASS, FAIL]
     13      if os == "android": FAIL
     14 
     15  [applyConstraints() should not change the capabilities resolution and screenPixelRatio of captured surface type monitor]
     16    expected: FAIL
     17 
     18  [applyConstraints() should not change the capabilities resolution and screenPixelRatio of captured surface type window]
     19    expected: FAIL
     20 
     21  [applyConstraints() should not change the capabilities resolution and screenPixelRatio of captured surface type browser]
     22    expected:
     23      if os == "mac": [PASS, FAIL]
     24      if os == "android": FAIL