mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision 281f62f2d8ffe72128d848851ac1e8d823f608f6
This commit is contained in:
parent
f4a5709e37
commit
2999a91526
292 changed files with 2232 additions and 742 deletions
|
@ -393,7 +393,7 @@ promise_test(async t => {
|
|||
|
||||
pc2.oniceconnectionstatechange = t.unreached_func();
|
||||
pc2.close();
|
||||
assert_true(pc2.iceConnectionState === 'closed');
|
||||
assert_equals(pc2.iceConnectionState, 'closed');
|
||||
await new Promise(r => t.step_timeout(r, 100));
|
||||
}, 'Closing a PeerConnection should not fire iceconnectionstatechange event');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue