repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1943514 - Close the RC sidebar panel when users opt out of/turn off Review Checke...
[gecko.git]
/
dom
/
media
/
tests
/
crashtests
/
791270.html
blob
627552fb840018c5313cba4064b297fdccba72bd
1
<!DOCTYPE
HTML
>
2
<html>
3
<!--
4
https://bugzilla.mozilla.org/show_bug.cgi?id=791270
5
-->
6
<head>
7
<meta
charset
=
"utf-8"
>
8
<title>
Simple PeerConnection Video Test
</title>
9
<script
type
=
"application/javascript"
>
10
var pc = new RTCPeerConnection();
11
pc.addStream(undefined);
12
</script>
13
</head>
14
15
<body>
16
</body>
17
</html>