mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -67,7 +67,9 @@ function asyncInitTransports() {
|
|||
'Expect sctpTransport.transport to be instance of RTCDtlsTransport');
|
||||
idlTestObjects.dtlsTransport = dtlsTransport;
|
||||
|
||||
const iceTransport = dtlsTransport.transport;
|
||||
const iceTransport = dtlsTransport.iceTransport;
|
||||
assert_true(iceTransport instanceof RTCIceTransport,
|
||||
'Expect sctpTransport.transport to be instance of RTCDtlsTransport');
|
||||
idlTestObjects.iceTransport = iceTransport;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue