mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Update web-platform-tests to revision 5934bd3aca20a07917ad46fe7cebe10c68d5e497
This commit is contained in:
parent
e41f1662dc
commit
64b58d76c6
67 changed files with 656 additions and 278 deletions
|
@ -232,6 +232,12 @@ async function waitForConnectionStateChange(pc, wantedStates) {
|
|||
}
|
||||
}
|
||||
|
||||
async function waitForIceGatheringState(pc, wantedStates) {
|
||||
while (!wantedStates.includes(pc.iceGatheringState)) {
|
||||
await waitUntilEvent(pc, 'icegatheringstatechange');
|
||||
}
|
||||
}
|
||||
|
||||
// Resolves when RTP packets have been received.
|
||||
async function listenForSSRCs(t, receiver) {
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue