capture_audio_cancel-manual.html (795B)
1 <!DOCTYPE html> 2 <meta charset='utf-8'> 3 <title>HTML Media Capture Test: user denial of captured audio 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 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 audio and then cancel the capturing;</li> 16 17 <li>capture an audio and then confirm the capturing.</li> 18 19 </ul> 20 21 <p>Test passes if there is no captured audio saved to the system's data storage.</p> 22 23 <input type='file' accept='audio/*' capture>