mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision d04a8fc02b85bd32799691759c8c05ead07cd939
This commit is contained in:
parent
e8fdc677f4
commit
2b35c55ac7
63 changed files with 2068 additions and 340 deletions
|
@ -99,11 +99,12 @@
|
|||
*/
|
||||
promise_test(t => {
|
||||
const pc = new RTCPeerConnection();
|
||||
const pc2 = new RTCPeerConnection();
|
||||
|
||||
return generateOffer({ pc, data: true })
|
||||
.then(offer =>
|
||||
promise_rejects(t, 'InvalidModificationError',
|
||||
pc.setLocalDescription(offer)));
|
||||
pc2.setLocalDescription(offer)));
|
||||
}, 'setLocalDescription() with offer not created by own createOffer() should reject with InvalidModificationError');
|
||||
|
||||
promise_test(t => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue