mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'6275bd0cf6fcfbfb531d371666602ddf4ca6dbf6'
This commit is contained in:
parent
2a45f247c4
commit
afd92e9e80
214 changed files with 6026 additions and 531 deletions
|
@ -325,7 +325,7 @@
|
|||
assert_idl_attribute(pc, 'addTransceiver');
|
||||
|
||||
assert_throws_js(TypeError, () =>
|
||||
pc.addTransceiver('audio', {
|
||||
pc.addTransceiver('video', {
|
||||
sendEncodings: [{
|
||||
rid: '@Invalid!'
|
||||
}]
|
||||
|
@ -359,7 +359,7 @@
|
|||
const pc = new RTCPeerConnection();
|
||||
t.add_cleanup(() => pc.close());
|
||||
|
||||
pc.addTransceiver('audio', {
|
||||
pc.addTransceiver('video', {
|
||||
sendEncodings: [{
|
||||
dtx: 'enabled',
|
||||
active: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue