blob: e73263a41b2135183d8ba846fc620779b812bcd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[RTCConfiguration-iceServers.html]
[setConfiguration(config) - with invalid stun url should throw SyntaxError]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
expected: FAIL
[new RTCPeerConnection(config) - with invalid stun url should throw SyntaxError]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
expected: FAIL
[setConfiguration(config) - with invalid turn url should throw SyntaxError]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
expected: FAIL
[new RTCPeerConnection(config) - with invalid turn url should throw SyntaxError]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529588
expected: FAIL
|