Update web-platform-tests to revision b'e0214318249f1b6ea09b837db6eac7b0facd1b52'

This commit is contained in:
WPT Sync Bot 2023-02-05 01:47:40 +00:00
parent 3429e8fe3b
commit febcb80385
141 changed files with 2568 additions and 986 deletions

View file

@ -56,6 +56,7 @@ async function testAudioFlow(t, negotiationFunction) {
// frames are not passed correctly between sender and receiver.
assert_unreached("Incorrect frame received");
}
assert_not_equals(result.value.getMetadata().sequenceNumber, undefined);
if (numVerifiedFrames == numFramesToSend)
resolve();