Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !webrtc OR (os == 'android')
- Manifest: dom/media/tests/crashtests/crashtests.list
<html class="reftest-wait">
<head>
<script>
function start () {
window.navigator.mediaDevices.getUserMedia({
'audio': {
'mediaSource': 'audioCapture'
},
'video': true,
'fake': true
}).catch(() => Promise.resolve())
.then(() => document.documentElement.removeAttribute("class"))
}
window.addEventListener('load', start)
</script>
</head>
</html>