mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision 064f51c50eab34723ef435e80188bde08f718c2c
This commit is contained in:
parent
348f5520ee
commit
3c4e5d8f18
44 changed files with 769 additions and 789 deletions
|
@ -21,7 +21,7 @@
|
|||
// Section 5: Browsers MUST implement VP8 and H.264 Constrained Baseline
|
||||
promise_test(async t => {
|
||||
const pc = new RTCPeerConnection();
|
||||
const offer = await pc.createOffer({offerToReceiveVideo: true});
|
||||
const offer = await generateVideoReceiveOnlyOffer(pc);
|
||||
let video_section_found = false;
|
||||
for (let section of offer.sdp.split(/\r\nm=/)) {
|
||||
if (section.search('video') != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue