mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +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
|
@ -232,6 +232,7 @@
|
|||
*/
|
||||
async_test(t => {
|
||||
const pc = new RTCPeerConnection();
|
||||
t.add_cleanup(() => pc.close());
|
||||
const transceiver = pc.addTransceiver('audio', { direction: 'sendrecv' });
|
||||
const dtmfSender = transceiver.sender.dtmf;
|
||||
|
||||
|
@ -279,7 +280,6 @@
|
|||
|
||||
dtmfSender.addEventListener('tonechange', onToneChange);
|
||||
dtmfSender.insertDTMF('ABCD', 100, 70);
|
||||
|
||||
}, `Setting transceiver.currentDirection to recvonly in the middle of tonechange events should stop future tonechange events from firing`);
|
||||
|
||||
/* Section 7.3 - Tone change event */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue