tor-browser

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

capture_video_cancel-manual.html (802B)


      1 <!DOCTYPE html>
      2 <meta charset='utf-8'>
      3 <title>HTML Media Capture Test: user denial of captured video leading to no capture</title>
      4 <link rel='author' title='Intel' href='http://www.intel.com'>
      5 <link rel='help' href='https://w3c.github.io/html-media-capture'>
      6 <link rel='help' href='https://www.w3.org/TR/html5/forms.html#attr-input-accept'>
      7 <meta name='flags' content='interact'>
      8 
      9 <p>Clear all camera/microphone permissions before running this test. If prompted for permission, please allow.</p>
     10 
     11 <p>After hitting the button below</p>
     12 
     13 <ul>
     14 
     15  <li>capture an video and then cancel the capturing;</li>
     16 
     17  <li>capture an video and then confirm the capturing.</li>
     18 
     19 </ul>
     20 
     21 <p>Test passes if there is no captured video saved to the system's data storage.</p>
     22 
     23 <input type='file' accept='video/*' capture>