mirror of
https://github.com/servo/servo.git
synced 2025-09-01 02:28:21 +01:00
Update web-platform-tests to revision be959408023fe02cf79abe70f6018598a7004a88
This commit is contained in:
parent
a76777b115
commit
761c8bc2a9
171 changed files with 2434 additions and 907 deletions
|
@ -82,6 +82,7 @@
|
|||
*/
|
||||
promise_test(t => {
|
||||
const pc = new RTCPeerConnection();
|
||||
t.add_cleanup(() => pc.close());
|
||||
const negotiated = awaitNegotiation(pc);
|
||||
|
||||
pc.createDataChannel('test');
|
||||
|
@ -114,6 +115,7 @@
|
|||
*/
|
||||
promise_test(t => {
|
||||
const pc = new RTCPeerConnection();
|
||||
t.add_cleanup(() => pc.close());
|
||||
const negotiated = awaitNegotiation(pc);
|
||||
|
||||
pc.addTransceiver('audio');
|
||||
|
@ -184,6 +186,8 @@
|
|||
promise_test(t => {
|
||||
const pc = new RTCPeerConnection();
|
||||
|
||||
t.add_cleanup(() => pc.close());
|
||||
|
||||
return assert_first_promise_fulfill_after_second(
|
||||
awaitNegotiation(pc),
|
||||
pc.createOffer({ offerToReceiveAudio: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue