Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !webrtc
- Manifest: dom/media/webrtc/tests/crashtests/crashtests.list
<html class="reftest-wait">
<script>
navigator.mediaDevices.getUserMedia({ audio: true }).finally(() => {
document.documentElement.removeAttribute("class");
});
</script>
</html>