mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision 89aa3f42131cce5a77268ddaeb2fab8a2e29c2a6
This commit is contained in:
parent
39963266ae
commit
ea00d34098
392 changed files with 5974 additions and 7614 deletions
|
@ -393,8 +393,8 @@ promise_test(async t => {
|
|||
|
||||
pc2.oniceconnectionstatechange = t.unreached_func();
|
||||
pc2.close();
|
||||
await Promise.resolve();
|
||||
assert_true(pc2.iceConnectionState === 'closed');
|
||||
await new Promise(r => t.step_timeout(r, 100));
|
||||
}, 'Closing a PeerConnection should not fire iceconnectionstatechange event');
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue