Bug 1692443 [wpt PR 27603] - Update wpt metadata, a=testonly

wpt-pr: 27603
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2021-02-27 00:37:23 +00:00
Родитель b34c398955
Коммит ae0a6c4e07
2 изменённых файлов: 94 добавлений и 3 удалений

Просмотреть файл

@ -0,0 +1,94 @@
[RTCIceTransport-extension.https.html]
[RTCIceTransport constructor does not throw]
expected: FAIL
[RTCIceTransport initial properties are set]
expected: FAIL
[gather() with { iceServers: null } should throw TypeError]
expected: FAIL
[gather() with { iceServers: undefined } should succeed]
expected: FAIL
[gather() with one turns server, one turn server, username, credential should succeed]
expected: FAIL
[gather() with 2 stun servers should succeed]
expected: FAIL
[gather() throws if closed]
expected: FAIL
[gather() transitions gatheringState to 'gathering']
expected: FAIL
[gather() throws if called twice]
expected: FAIL
[eventually transition gatheringState to 'complete']
expected: FAIL
[onicecandidate fires with null candidate before gatheringState transitions to 'complete']
expected: FAIL
[gather() returns at least one host candidate]
expected: FAIL
[gather() returns no candidates with { gatherPolicy: 'relay'} and no turn servers]
expected: FAIL
[start() throws if closed]
expected: FAIL
[start() throws if usernameFragment or password not set]
expected: FAIL
[start() throws if usernameFragment does not conform to syntax]
expected: FAIL
[start() throws if password does not conform to syntax]
expected: FAIL
[start() does not transition state to 'checking' if no remote candidates added]
expected: FAIL
[start() with default role sets role attribute to 'controlled']
expected: FAIL
[start() sets role attribute to 'controlling']
expected: FAIL
[addRemoteCandidate() throws if closed]
expected: FAIL
[addRemoteCandidate() throws on invalid candidate]
expected: FAIL
[start() transitions state to 'checking' if one remote candidate had been added]
expected: FAIL
[addRemoteCandidate() transitions state to 'checking' if start() had been called before]
expected: FAIL
[start() throws if later called with a different role]
expected: FAIL
[start() flushes remote candidates and transitions state to 'new' if later called with different remote parameters]
expected: FAIL
[Two RTCIceTransports connect to each other]
expected: FAIL
[Two RTCIceTransports configured with the controlling role resolve the conflict in band and still connect.]
expected: FAIL
[Two RTCIceTransports configured with the controlled role resolve the conflict in band and still connect.]
expected: FAIL
[Selected candidate pair changes once the RTCIceTransports connect.]
expected: FAIL
[getSelectedCandidatePair() returns null once the RTCIceTransport is stopped.]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[RTCIceTransport-extension.https.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1307994