mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision 615bb572c95add74ca4fb9fed4af5269a49cf4ef
This commit is contained in:
parent
b628b6ef8e
commit
0aa76d7524
162 changed files with 2069 additions and 636 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
5.5. RTCDtlsTransport Interface
|
||||
interface RTCDtlsTransport {
|
||||
readonly attribute RTCIceTransport transport;
|
||||
readonly attribute RTCIceTransport iceTransport;
|
||||
readonly attribute RTCDtlsTransportState state;
|
||||
...
|
||||
};
|
||||
|
@ -121,7 +121,7 @@
|
|||
assert_equals(dtlsTransport.state, 'connected',
|
||||
'Expect DTLS transport to be in connected state');
|
||||
|
||||
const iceTransport = dtlsTransport.transport
|
||||
const iceTransport = dtlsTransport.iceTransport
|
||||
assert_true(iceTransport.state === 'connected' ||
|
||||
iceTransport.state === 'completed',
|
||||
'Expect ICE transport to be in connected or completed state');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue