Update web-platform-tests to revision 9064a51d4e4c177bf4b629031c3ac8010c910132

This commit is contained in:
WPT Sync Bot 2019-09-02 10:26:49 +00:00
parent 026dc7485f
commit 0eedd13bef
215 changed files with 1862 additions and 897 deletions

View file

@ -359,6 +359,7 @@ promise_test(async t => {
pc1.candidateBuffer.forEach(c => pc1.addIceCandidate(c));
delete pc1.candidateBuffer;
await listenToIceConnected(pc1);
await listenToIceConnected(pc2);
assert_array_equals(pc1.iceStates, ['new', 'checking', 'connected']);
assert_array_equals(pc2.iceStates, ['new', 'checking', 'connected']);
}, 'Responder ICE connection state behaves as expected');