mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
17 lines
331 B
HTML
17 lines
331 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=780790
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Simple gUM test - null success callback</title>
|
|
<script type="application/javascript">
|
|
navigator.mozGetUserMedia({video: true, fake: true}, null, null);
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|