mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision cd44958a002b1ad494168e0290554644de84526e
This commit is contained in:
parent
2ed23ce4c9
commit
4443426308
103 changed files with 1740 additions and 1138 deletions
|
@ -1181,7 +1181,7 @@
|
|||
"InvalidStateError", "replaceTrack on stopped transceiver");
|
||||
|
||||
checkThrows(() => transceiver.direction = "sendrecv",
|
||||
"InvalidStateError", "setDirection on stopped transceiver");
|
||||
"InvalidStateError", "set direction on stopped transceiver");
|
||||
|
||||
checkThrows(() => transceiver.sender.dtmf.insertDTMF("111"),
|
||||
"InvalidStateError", "insertDTMF on stopped transceiver");
|
||||
|
@ -1775,7 +1775,7 @@
|
|||
await pc2.setRemoteDescription({type: "rollback"});
|
||||
|
||||
// Transceiver should be _gone_, again. replaceTrack doesn't prevent this,
|
||||
// nor does setDirection.
|
||||
// nor does setting direction.
|
||||
hasProps(pc2.getTransceivers(), []);
|
||||
|
||||
// Setting the same offer for a _third_ time should do the same thing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue