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/webrtc/tests/crashtests/crashtests.list
<html class="reftest-wait">
<head>
<script>
document.addEventListener("DOMContentLoaded", async () => {
SpecialPowers.wrap(document).notifyUserGestureActivation();
const stream = await navigator.mediaDevices.getDisplayMedia({
"video": {
"height": -2147483584,
}
});
document.documentElement.removeAttribute("class");
})
</script>
</head>
</html>