mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 2f346208c2a115a601b580e7869fe112b97c4246
This commit is contained in:
parent
2a594821ba
commit
add3067672
78 changed files with 2101 additions and 635 deletions
|
@ -114,7 +114,7 @@ idl_test(
|
|||
RTCRtpReceiver: [`new RTCPeerConnection().addTransceiver('audio').receiver`],
|
||||
RTCPeerConnectionIceEvent: [`new RTCPeerConnectionIceEvent('ice')`],
|
||||
RTCPeerConnectionIceErrorEvent: [
|
||||
`new RTCPeerConnectionIceErrorEvent('ice-error', { errorCode: 701 });`
|
||||
`new RTCPeerConnectionIceErrorEvent('ice-error', { port: 0, errorCode: 701 });`
|
||||
],
|
||||
RTCTrackEvent: [`initTrackEvent()`],
|
||||
RTCErrorEvent: [`new RTCErrorEvent('error')`],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue