Bug 1506769 [wpt PR 14028] - Update wpt metadata, a=testonly

wpt-pr: 14028
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-11-13 06:24:24 +00:00
parent e248ac1130
commit 92dc37dfa1

View File

@ -1,49 +0,0 @@
[RTCQuicTransport.https.html]
[getCertificates() returns the certificates passed in the constructor.]
expected: FAIL
[RTCQuicTransport initial properties are set.]
expected: FAIL
[RTCQuicTransport constructor throws if passed a closed RTCIceTransport.]
expected: FAIL
[RTCQuicTransport constructor throws if passed an expired certificate.]
expected: FAIL
[getLocalParameters() has fingerprints for all certificates passed in the constructor.]
expected: FAIL
[stop() changes state to 'closed'.]
expected: FAIL
[start() with a non-started RTCIceTransport does not change state.]
expected: FAIL
[RTCIceTransport.stop() changes RTCQuicTransport.state to 'closed'.]
expected: FAIL
[start() throws if called after the RTCIceTransport has stopped.]
expected: FAIL
[Two RTCQuicTransports connect to each other.]
expected: FAIL
[start() throws if called after stop().]
expected: FAIL
[start() throws if called twice.]
expected: FAIL
[RTCQuicTransport constructor throws if passed an RTCIceTransport that already has an active RTCQuicTransport.]
expected: FAIL
[start() with a started RTCIceTransport changes state to 'connecting'.]
expected: FAIL
[start() with a non-started RTCIceTransport later changes state to 'connecting' once the RTCIceTransport.start() is called.]
expected: FAIL
[stop() fires a statechange event to 'closed' on the remote transport]
expected: FAIL