gecko-dev/testing/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini
Byron Campen [:bwc] c33b5e6569 Bug 1490658: Support RTCIceCandidate.usernameFragment. r=mjf,smaug
Differential Revision: https://phabricator.services.mozilla.com/D21803

--HG--
extra : moz-landing-system : lando
2019-03-08 15:24:27 +00:00

46 lines
1.5 KiB
INI

[RTCIceCandidate-constructor.html]
[new RTCIceCandidate({ ... }) with manually filled default values]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529635
[new RTCIceCandidate({ candidate: '' })]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529635
[new RTCIceCandidate({ candidate: null })]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529646
[new RTCIceCandidate({ ... }) with valid candidate string only]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529635
[new RTCIceCandidate({ sdpMid: 'audio' })]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529630
[new RTCIceCandidate({ sdpMLineIndex: 0 })]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529630
[new RTCIceCandidate({ sdpMid: 'audio', sdpMLineIndex: 0 })]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529630
[new RTCIceCandidate({ ... }) with invalid sdpMid]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529630
[new RTCIceCandidate({ ... }) with invalid sdpMLineIndex]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529630
[new RTCIceCandidate({ ... }) with nondefault values for all fields, tcp candidate]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1490658
[new RTCIceCandidate({ ... }) with nondefault values for all fields]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1490658