mirror of
https://github.com/servo/servo.git
synced 2025-08-26 23:58:20 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -425,6 +425,7 @@
|
|||
|
||||
// Remove mid attr
|
||||
offer.sdp = offer.sdp.replace("a=mid:", "a=unknownattr:");
|
||||
offer.sdp = offer.sdp.replace("a=group:", "a=unknownattr:");
|
||||
await pc2.setRemoteDescription(offer);
|
||||
|
||||
hasPropsAndUniqueMids(pc2.getTransceivers(),
|
||||
|
@ -1536,9 +1537,11 @@
|
|||
]);
|
||||
|
||||
trickle(t, pc2, pc1);
|
||||
// The negotiaionneeded event is fired during processing of
|
||||
// setLocalDescription()
|
||||
const negotiationNeededWaiter = negotiationNeeded(pc2);
|
||||
await pc2.setLocalDescription(answer);
|
||||
|
||||
await negotiationNeeded(pc2);
|
||||
await negotiationNeededWaiter;
|
||||
await iceConnected(pc1);
|
||||
await iceConnected(pc2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue